board_onenand_init() build error in linux-next

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Someone may have spotted this already...

But if you build todays linux-next (next-20120615) without CONFIG_MTD_ONENAND_OMAP2 or 
CONFIG_MTD_ONENAND_OMAP2_MODULE then board_onenand_init() is defined in two places 
(in board-flash.c:102 as an empty function, and board-flash.h:56 as a static inline).

This causes the build to fail as board-flash.c includes board-flash.h:
  CC      arch/arm/mach-omap2/board-flash.o
arch/arm/mach-omap2/board-flash.c:102:8: error: redefinition of 'board_onenand_init'
arch/arm/mach-omap2/board-flash.h:56:20: note: previous definition of 'board_onenand_init' 
was here
make[1]: *** [arch/arm/mach-omap2/board-flash.o] Error 1

I'm fairly sure this isn't right!?

Cheers,
Joe


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux