From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Williamson Subject: Re: [PATCH v2 05/10] davinci: cleanup unused davinci mdio arch code Date: Thu, 02 Sep 2010 22:19:40 -0400 Message-ID: <4C805B3C.9040804@criticallink.com> References: <1283465008-18606-1-git-send-email-cyril@ti.com> <1283465008-18606-6-git-send-email-cyril@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1283465008-18606-6-git-send-email-cyril@ti.com> Sender: netdev-owner@vger.kernel.org To: Cyril Chemparathy Cc: netdev@vger.kernel.org, srk@ti.com, davinci-linux-open-source@linux.davincidsp.com, omar.ramirez@ti.com, linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org On 09/02/2010 06:03 PM, Cyril Chemparathy wrote: > This patch removes davinci architecture code that has now been rendered > useless by the previous patches in the MDIO separation series. > > Signed-off-by: Cyril Chemparathy > --- > arch/arm/mach-davinci/board-da830-evm.c | 5 ----- > arch/arm/mach-davinci/board-da850-evm.c | 6 ------ > arch/arm/mach-davinci/board-dm365-evm.c | 7 ------- > arch/arm/mach-davinci/board-dm644x-evm.c | 7 ------- > arch/arm/mach-davinci/board-dm646x-evm.c | 8 -------- > arch/arm/mach-davinci/board-neuros-osd2.c | 7 ------- > arch/arm/mach-davinci/board-sffsdr.c | 7 ------- [snip] There is a new/pending board file in the davinci-linux tree that will also need to be updated in similar fashion as the board-da850-evm. arch/arm/mach-davinci/board-mityomapl138.c -Mike