]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP: omap_device: device register functions now take platform_device pointer
authorKevin Hilman <khilman@ti.com>
Thu, 21 Jul 2011 21:47:53 +0000 (14:47 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 15 Sep 2011 23:35:46 +0000 (16:35 -0700)
commit33871f3920640c25da1e809753032d40759de436
treedb80817900348f916cdad938f91ddd2a50eaa336
parentc97012fcf02ef259d96732d969f092f57c78969f
OMAP: omap_device: device register functions now take platform_device pointer

The internal device register functions do not need or use any omap_device
internals, so pass in a platform_device pointer instead of an omap_device
pointer.

Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/plat-omap/omap_device.c