uboot-mt623x/drivers/qe
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
..
Makefile Exclude drivers/qe/fdt.c without CONFIG_QE 2010-11-18 15:22:10 +01:00
fdt.c Exclude drivers/qe/fdt.c without CONFIG_QE 2010-11-18 15:22:10 +01:00
qe.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
qe.h drivers/qe: Add more SNUM number for QE 2009-06-12 17:17:00 -05:00
uccf.c drivers/qe: Move conditional compilation to Makefile 2008-08-13 01:40:41 +02:00
uccf.h net: uec: Fix uccf.h and uec.h headers to include headers they depend on 2009-09-25 18:25:50 -05:00
uec.c powerpc/fsl: Introduce common enum for PHY types 2010-10-20 02:27:18 -05:00
uec.h powerpc/fsl: Introduce common enum for PHY types 2010-10-20 02:27:18 -05:00
uec_phy.c UEC: Fix compiler warnings introduced by linux/mii.h change 2011-01-25 21:15:10 +01:00
uec_phy.h UEC: Fix compiler warnings introduced by linux/mii.h change 2011-01-25 21:15:10 +01:00