Grant Likely 2dc1158137 of/device: Replace struct of_device with struct platform_device
of_device is just an alias for platform_device, so remove it entirely.  Also
replace to_of_device() with to_platform_device() and update comment blocks.

This patch was initially generated from the following semantic patch, and then
edited by hand to pick up the bits that coccinelle didn't catch.

@@
@@
-struct of_device
+struct platform_device

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Reviewed-by: David S. Miller <davem@davemloft.net>
2010-08-06 09:25:50 -06:00
..
2009-09-24 07:21:03 -07:00
2010-05-17 03:06:12 +02:00
2010-06-04 15:21:44 -07:00
2009-12-10 22:55:36 +01:00
2010-05-27 09:12:50 -07:00
2010-06-04 13:37:17 -07:00
2009-07-12 12:22:34 -07:00
2010-05-27 09:12:50 -07:00
2010-05-27 09:12:50 -07:00
2009-07-12 12:22:34 -07:00
2010-05-21 09:34:31 -07:00
2009-07-12 12:22:34 -07:00
2010-07-20 17:04:11 +02:00
2009-09-01 01:13:31 -07:00
2009-10-14 17:36:53 +02:00
2010-01-04 12:31:21 -08:00
2010-03-02 14:43:22 -08:00