The first patch adds omap_udc's clocks to clkdev structures on the clock*_data.c files, then we will be able to remove the cpu conditional code when clk_getting. The second simply adds __initdata to all omap_board_config_kernel which didn't have the __initdata mark yet, every build was complaining about section mismatches. I'm not sure, though whether the lcd drivers can cope with this, the best way would be to move that to platform_data ASAP and get rid of the last OMAP_TAG. Felipe Balbi (2): arm: omap: clock: add omap_udc to clkdev arm: omap: add missing __initdata to omap_board_config_kernel arch/arm/mach-omap1/board-ams-delta.c | 2 +- arch/arm/mach-omap1/board-fsample.c | 2 +- arch/arm/mach-omap1/board-innovator.c | 2 +- arch/arm/mach-omap1/board-voiceblue.c | 2 +- arch/arm/mach-omap1/clock_data.c | 10 +++++----- arch/arm/mach-omap2/board-2430sdp.c | 2 +- arch/arm/mach-omap2/board-apollon.c | 2 +- arch/arm/mach-omap2/board-generic.c | 2 +- arch/arm/mach-omap2/board-h4.c | 2 +- arch/arm/mach-omap2/board-rx51.c | 2 +- arch/arm/mach-omap2/clock2xxx_data.c | 4 ++-- 11 files changed, 16 insertions(+), 16 deletions(-) -- 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