Bug 9698
Summary: | arch/arm/mach-at91/board-ek.c compile error | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Adrian Bunk (bunk) |
Component: | ARM | Assignee: | David Brownell (dbrownell) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | dbrownell |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.24-rc6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 9243 |
Description
Adrian Bunk
2008-01-05 14:49:48 UTC
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. |