]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitbfae4f8ffa8249c7cdd1483320cf1adc0ec954ff
treedb80817900348f916cdad938f91ddd2a50eaa336
parent3528c58eb9e818b7821501afa2916eb12131994a
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