[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1280422122.17322.14.camel@groeck-laptop>
Date: Thu, 29 Jul 2010 09:48:42 -0700
From: Guenter Roeck <guenter.roeck@...csson.com>
To: linux-kernel@...r.kernel.org, linux-alpha@...r.kernel.org
CC: "Morten H. Larsen" <m-larsen@...t6.tele.dk>,
Matt Turner <mattst88@...il.com>,
Richard Henderson <rth@...ddle.net>
Subject: alpha defconfig build broken in 2.6.35-rc6
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists