dt: eliminate of_platform_driver shim code
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 23 Feb 2011 03:22:44 +0000 (20:22 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 1 Mar 2011 16:38:26 +0000 (09:38 -0700)
Commit eca393016, "of: Merge of_platform_bus_type with
platform_bus_type" added a shim to allow of_platform_drivers to get
registers onto the platform bus so that there was time to migrate the
existing drivers to the platform_bus_type.

This patch removes the shim since there are no more users of the old
interface.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found