Commit f230d3f53d72d05bcb5666ab7e2eccd49c8b3a15 causes the following compile error with at91rm9200ek_defconfig: <-- snip --> ... CC arch/arm/mach-at91/board-ek.o /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/arm/mach-at91/board-ek.c: In function 'ek_board_init': /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/arm/mach-at91/board-ek.c:148: error: 'ek_i2c_devices' undeclared (first use in this function) ... make[2]: *** [arch/arm/mach-at91/board-ek.o] Error 1 <-- snip -->
Reply-To: david-b@pacbell.net On Saturday 05 January 2008, you wrote: > snip --> > > ... > CC arch/arm/mach-at91/board-ek.o > /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/arm/mach-at91/board-ek.c: In > function 'ek_board_init': > /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/arm/mach-at91/board-ek.c:148: > error: 'ek_i2c_devices' undeclared (first use in this function) > ... > make[2]: *** [arch/arm/mach-at91/board-ek.o] Error 1 > > <-- snip --> > Fix has been available for the last month or so: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4691/1
... oh, and for the record, the signoffs on f230d3f53d72d05bcb5666ab7e2eccd49c8b3a15 are incorrect. This combines two patches which I wrote, but adds significant changes from Andrew. The two patches I wrote were individually correct.
Fixed by commit 430cb436103ce1b58cb80e7c3d44f4d4a8110caa in Linus' tree.