From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750954AbdE1X7w (ORCPT ); Sun, 28 May 2017 19:59:52 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:36211 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750838AbdE1X7v (ORCPT ); Sun, 28 May 2017 19:59:51 -0400 Subject: Re: [PATCH 0/2] blackfin: Remove dead DSA code To: linux-kernel@vger.kernel.org Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, adi-buildroot-devel@lists.sourceforge.net, realmz6@gmail.com References: <20170101224227.20812-1-f.fainelli@gmail.com> From: Florian Fainelli Message-ID: <8734acde-fe39-eb54-1392-4c26b121faf5@gmail.com> Date: Sun, 28 May 2017 16:59:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170101224227.20812-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/01/2017 02:42 PM, Florian Fainelli wrote: > Hi all, > > This patch series removes dead DSA code in the blackfin board specific > code. There is no in tree driver for the KSZ8893M, and clearly this > would not compile anymore. > > Preparatory patch to help remove the legacy DSA platform device code from > the tree. Hello? anyone still maintaining blackfin here? > > Florian Fainelli (2): > blackfin: tcm-bf518: Remove dsa.h inclusion > blackfin: ezbrd: Remove non-functional DSA/KSZ8893M code > > arch/blackfin/mach-bf518/boards/ezbrd.c | 47 ----------------------------- > arch/blackfin/mach-bf518/boards/tcm-bf518.c | 1 - > 2 files changed, 48 deletions(-) > -- Florian