[DRIVER MODEL] Convert platform drivers to use struct platform_driver
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 9 Nov 2005 22:32:44 +0000 (22:32 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 9 Nov 2005 22:32:44 +0000 (22:32 +0000)
This allows us to eliminate the casts in the drivers, and eventually
remove the use of the device_driver function pointer methods for
platform device drivers.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found