of/platform: Register of_platform_drivers with an "of:" prefix
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 29 Jul 2010 23:55:50 +0000 (17:55 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 1 Aug 2010 07:44:18 +0000 (01:44 -0600)
Currently there are some drivers in tree which register both a
platform_driver and an of_platform_driver with the same name.  This is
a temporary situation until all the relevant of_platform_drivers are
converted to be normal platform_drivers.  Until then, this patch gives
all the of_platform_drivers an "of:" prefix to protect against bogus
matches and namespace conflicts.


No differences found