u-boot-brain/drivers
Kumar Gala 2b21ec92af UEC: Fix compiler warnings introduced by linux/mii.h change
Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced the following
compiler warnings in the uec ethernet driver:

In file included from /local/home/galak/git/u-boot-85xx/include/miiphy.h:37:0,
                 from uec.c:32:
/local/home/galak/git/u-boot-85xx/include/linux/mii.h:133:0: warning: "LPA_1000FULL" redefined
uec_phy.h:34:0: note: this is the location of the previous definition
/local/home/galak/git/u-boot-85xx/include/linux/mii.h:134:0: warning: "LPA_1000HALF" redefined
uec_phy.h:35:0: note: this is the location of the previous definition
In file included from /local/home/galak/git/u-boot-85xx/include/miiphy.h:37:0,
                 from uec_phy.c:27:
/local/home/galak/git/u-boot-85xx/include/linux/mii.h:133:0: warning: "LPA_1000FULL" redefined
uec_phy.h:34:0: note: this is the location of the previous definition
/local/home/galak/git/u-boot-85xx/include/linux/mii.h:134:0: warning: "LPA_1000HALF" redefined
uec_phy.h:35:0: note: this is the location of the previous definition

Fix them be removing the duplication in the uec code and utlizing the
linux/mii.h version instead.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-01-25 21:15:10 +01:00
..
bios_emulator Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
block Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
dma Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
fpga add Xilinx_abort_fn to Xilinx_Spartan3_Slave_Serial_fns 2010-11-30 21:59:21 +01:00
gpio pca953x: support 16-pin devices 2011-01-10 07:53:00 +01:00
hwmon Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
i2c Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
input Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
misc powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers 2011-01-19 22:58:23 -06:00
mmc fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080) 2011-01-14 01:32:22 -06:00
mtd Replace "FLASH" strings with "Flash" or "flash" 2011-01-19 00:02:37 +01:00
net NET: lan91c96: Correct chip detect logic 2011-01-18 23:58:35 +01:00
pci fsl_pci: Update PCIe boot ouput 2011-01-14 01:32:21 -06:00
pcmcia Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
power ARMV7: OMAP4: twl6030 add battery charging support 2010-12-11 10:56:01 -05:00
qe UEC: Fix compiler warnings introduced by linux/mii.h change 2011-01-25 21:15:10 +01:00
rtc rtc: add support for Micro Crystal RV-3029-C2 RTC 2011-01-18 23:35:14 +01:00
serial sh: serial_sh: Fix build in serial_sh 2011-01-11 21:03:25 +09:00
spi OMAP3: SPI driver 2010-12-11 11:01:00 -05:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb USB-CDC: Move MAC addresses setting into usb_eth_init 2011-01-19 17:29:55 +01:00
video video/mx3fb: fix clock divider 2010-12-17 21:24:02 +01:00
watchdog Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00