omap: n8x0: Cleanup i2c1 and menelaus registration
authorJarkko Nikula <jhnikula@gmail.com>
Fri, 20 Aug 2010 06:36:28 +0000 (09:36 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 24 Sep 2010 01:27:47 +0000 (18:27 -0700)
commita7f97d25c707e1020bd7bcb443e183860e5abf48
treeb767a2298643e52dea0aa467bb5e0b6fa46543d3
parentca828760f96ee8f0b6c93400599844761aa69dc0
omap: n8x0: Cleanup i2c1 and menelaus registration

- Move n8x0_i2c_board_info_1 out from #ifdef CONFIG_MENELAUS block,
  register i2c1 in n8x0_init_machine and do a few clean-ups around these.
  Code looks better if board infos are grouped together
- Mark n8x0_i2c_board_info_1 and n8x0_menelaus_platform_data with __initdata

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-n8x0.c