commit | 94a0cb1fc61ab7a0d47d268a7764374efeb2160b | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Jul 22 13:59:23 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Jul 24 09:58:21 2010 -0600 |
tree | c7da45e6023c77471e18215fb14eab1bc83739fa | |
parent | c1b6d380b781b5238989a4bfba02450057670804 [diff] |
of/device: Replace of_device with platform_device in includes and core code 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>