remove CONFIG_ADM6996_PHY=y for ar7 and atheros - this driver is incomplete and shoul...
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-2.6.37 / 921-bootargs_fix.patch
1 --- a/arch/mips/bcm47xx/setup.c
2 +++ b/arch/mips/bcm47xx/setup.c
3 @@ -84,7 +84,7 @@ static void str2eaddr(char *str, char *d
4 static void bcm47xx_fill_sprom(struct ssb_sprom *sprom)
5 {
6 char buf[100];
7 - u32 boardflags;
8 + u32 uninitialized_var(boardflags);
9
10 memset(sprom, 0, sizeof(struct ssb_sprom));
11