Grant Likely 1ab1d63a85 of/platform: remove all of_bus_type and of_platform_bus_type references
Both of_bus_type and of_platform_bus_type are just #define aliases
for the platform bus.  This patch removes all references to them and
switches to the of_register_platform_driver()/of_unregister_platform_driver()
API for registering.

Subsequent patches will convert each user of of_register_platform_driver()
into plain platform_drivers without the of_platform_driver shim.  At which
point the of_register_platform_driver()/of_unregister_platform_driver()
functions can be removed.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>
2010-07-24 09:57:52 -06:00
..
2009-11-16 02:54:07 -08:00
2009-08-10 09:35:00 +02:00
2009-11-02 04:19:42 -08:00
2009-12-16 07:20:19 -08:00
2010-07-14 17:14:00 +10:00
2010-04-14 02:04:29 -07:00
2010-07-14 17:08:03 -06:00
2009-11-02 04:19:42 -08:00
2010-03-12 15:52:32 -08:00
2009-12-11 06:44:58 -05:00
2009-07-12 12:22:34 -07:00
2010-04-12 23:46:17 -07:00