i2c/tps65010: New-style driver updates, part 2
authorDavid Brownell <david-b@pacbell.net>
Sat, 13 Oct 2007 21:56:30 +0000 (23:56 +0200)
committerJean Delvare <khali@hyperion.delvare>
Sat, 13 Oct 2007 21:56:30 +0000 (23:56 +0200)
commit8056c6cb2bb1632aa9221dce0e43a61db37b420f
tree4ca321bba9db87c80c77f841c9a52c456be63aa5
parentb5067f8ff37ed6cfa024170a9819bb09d55e9c1f
i2c/tps65010: New-style driver updates, part 2

Switch the tps65010 driver into a "new-style" I2C driver, and convert all
of its in-tree users (board support for OSK, H2, H3) accordingly.

That accounts for most of the board-specific code in this driver; the
rest of that code is now moved into board-specific initcalls.

Also remove some of the many now-superfluous #includes.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-h3.c
arch/arm/mach-omap1/board-osk.c
drivers/i2c/chips/tps65010.c