From: Grant Likely Date: Thu, 29 Jul 2010 23:55:50 +0000 (-0600) Subject: of/platform: Register of_platform_drivers with an "of:" prefix X-Git-Tag: v2.6.36-rc1~543^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb8f881c54beb05dd4d2c947dada1c636581d87;p=pandora-kernel.git of/platform: Register of_platform_drivers with an "of:" prefix 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. --- Reading git-diff-tree failed