From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 10 Aug 2009 14:56:15 -0700 Subject: [U-Boot] [PATCH] Fix E1000 build warning on AP1000 board In-Reply-To: <1249933685.20968.4.camel@rock.ap.freescale.net> References: <1249933685.20968.4.camel@rock.ap.freescale.net> Message-ID: <4A80977F.6070801@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Roy, Roy Zang wrote: > From: Roy Zang > > Fix E1000 build warning on AP1000 board > Fix the build warning on AP1000 board: > e1000.c:131: warning: 'e1000_read_eeprom' used but never defined > e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used > > Signed-off-by: Roy Zang > --- Applied to net repo. thanks, Ben