commit | 3ae5eaec1d2d9c0cf53745352e7d4b152810ba24 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Nov 09 22:32:44 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Nov 09 22:32:44 2005 +0000 |
tree | d8825be54cefb6ad6707478d719c8e30605bee7b | |
parent | 00d3dcdd96646be6059cc21f2efa94c4edc1eda5 [diff] |
[DRIVER MODEL] Convert platform drivers to use struct platform_driver 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>