ARM: OMAP: Split plat-omap/i2c.c into mach-omap1 and mach-omap2
authorTony Lindgren <tony@atomide.com>
Mon, 8 Oct 2012 16:11:22 +0000 (09:11 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 17 Oct 2012 18:36:50 +0000 (11:36 -0700)
There's no need to keep the device related things in the
common i2c.c as omap2+ is using hwmod. Split the code to
mach-omap1 and mach-omap2 parts and only leave common
code to plat-omap/i2c.c.

Note that as omap1 only has one i2c controller, we can
now remove the old device related macros.

Reviewed-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found