From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 15 Jul 2008 00:05:19 +0200 Subject: [U-Boot-Users] [PATCH 2/4] ARM DaVinci: Remove extern phy_t declaration by moving code to proper place In-Reply-To: <1215803411-17752-1-git-send-email-hugo.villeneuve@lyrtech.com> References: <1215803410-17734-1-git-send-email-hugo.villeneuve@lyrtech.com> <1215803411-17752-1-git-send-email-hugo.villeneuve@lyrtech.com> Message-ID: <20080714220519.GE26405@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15:10 Fri 11 Jul , Hugo Villeneuve wrote: > ARM DaVinci: Remove extern phy_t declaration by moving > code to proper place. > > Signed-off-by: Hugo Villeneuve > > --- > > board/davinci/dv-evm/dv_board.c | 6 +----- > board/davinci/schmoogie/dv_board.c | 6 +----- > board/davinci/sffsdr/sffsdr.c | 6 +----- > board/davinci/sonata/dv_board.c | 6 +----- > cpu/arm926ejs/davinci/ether.c | 2 ++ > 5 files changed, 6 insertions(+), 20 deletions(-) > Applied. Thanks. Best regards, J.