linux/drivers/net/ibm_newemac
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
..
Kconfig
Makefile
core.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
core.h of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
debug.c of: Always use 'struct device.of_node' to get device node pointer. 2010-05-18 16:10:44 -06:00
debug.h of: Always use 'struct device.of_node' to get device node pointer. 2010-05-18 16:10:44 -06:00
emac.h ibm_newemac: Fix EMACx_TRTR[TRT] bit shifts 2009-11-18 05:11:09 -08:00
mal.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
mal.h of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
phy.c net: variables reach -1, but 0 tested 2009-02-02 21:39:02 -08:00
phy.h
rgmii.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
rgmii.h of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
tah.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
tah.h of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
zmii.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
zmii.h of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00