From: Rajendra Nayak Date: Fri, 22 Jun 2012 11:44:21 +0000 (+0530) Subject: ARM: omap4: Fix standalone OMAP4 build break for board_onenand_init X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe403e20c1e9be213dccccd1fc34ed5929e74251;p=pandora-kernel.git ARM: omap4: Fix standalone OMAP4 build break for board_onenand_init Commit 8259573b (ARM: OMAP2+: nand: Make board_onenand_init() visible to board code) caused the the following error: CC arch/arm/mach-omap2/board-flash.o arch/arm/mach-omap2/board-flash.c:102: error: redefinition of 'board_onenand_init' arch/arm/mach-omap2/board-flash.h:56: note: previous definition of 'board_onenand_init' was here make[1]: *** [arch/arm/mach-omap2/board-flash.o] Error 1 make: *** [arch/arm/mach-omap2] Error 2 Signed-off-by: Rajendra Nayak [tony@atomide.com: updated description for the regression commit] Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed