Prev: [PATCH] Staging: dt3155: remove useless dt3155_major parameter
Next: regulator: Remove owner field from attribute initialization in regulator core driver
From: Guenter Roeck on 29 Jul 2010 12:50 During unrelated testing, I noticed that the alpha defconfig build is broken in 2.6.35-rc6. I get the following error message. arch/alpha/kernel/built-in.o: In function `cia_cab_init_pci': /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:249: undefined reference to `ns87312_enable_ide' /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:249: undefined reference to `ns87312_enable_ide' arch/alpha/kernel/built-in.o: In function `cabriolet_init_pci': /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:242: undefined reference to `ns87312_enable_ide' /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:242: undefined reference to `ns87312_enable_ide' arch/alpha/kernel/built-in.o: In function `takara_init_pci': /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_takara.c:267: undefined reference to `ns87312_enable_ide' arch/alpha/kernel/built-in.o:/opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_takara.c:267: more undefined references to `ns87312_enable_ide' follow Not surprising since ns87312.c and thus ns87312_enable_ide() no longer exist. The problem was introduced with commit 932e0c201d28a728e25d3b641aa95bd28ceb08b4 (alpha: Detect Super IO chip, no IDE on Avanti, enable EPP19). Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Matt Turner on 29 Jul 2010 13:00
On Thu, Jul 29, 2010 at 12:48 PM, Guenter Roeck <guenter.roeck(a)ericsson.com> wrote: > During unrelated testing, I noticed that the alpha defconfig build is > broken in 2.6.35-rc6. I get the following error message. > > arch/alpha/kernel/built-in.o: In function `cia_cab_init_pci': > /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:249: > undefined reference to `ns87312_enable_ide' > /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:249: > undefined reference to `ns87312_enable_ide' > arch/alpha/kernel/built-in.o: In function `cabriolet_init_pci': > /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:242: > undefined reference to `ns87312_enable_ide' > /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_cabriolet.c:242: > undefined reference to `ns87312_enable_ide' > arch/alpha/kernel/built-in.o: In function `takara_init_pci': > /opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_takara.c:267: > undefined reference to `ns87312_enable_ide' > arch/alpha/kernel/built-in.o:/opt/scratch/groeck/linux-2.6/arch/alpha/kernel/sys_takara.c:267: more undefined references to `ns87312_enable_ide' follow > > Not surprising since ns87312.c and thus ns87312_enable_ide() no longer > exist. The problem was introduced with commit > 932e0c201d28a728e25d3b641aa95bd28ceb08b4 (alpha: Detect Super IO chip, > no IDE on Avanti, enable EPP19). > > Guenter Ah, thanks for the report. Either I or Morten will knock this out quickly. Thanks, Matt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |