of/device: Replace of_device with platform_device in includes and core code
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 22 Jul 2010 19:59:23 +0000 (13:59 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 24 Jul 2010 15:58:21 +0000 (09:58 -0600)
of_device is currently just an #define alias to platform_device until it
gets removed entirely.  This patch removes references to it from the
include directories and the core drivers/of code.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>

No differences found