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)
commitd714d1979d7b4df7e2c127407f4014ce71f73cd0
tree08cf497bfdd71a4d739dc3afb4bf8af81307c541
parent1c48a5c93da63132b92c4bbcd18e690c51539df6
dt: eliminate of_platform_driver shim code

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>
drivers/of/platform.c
include/linux/of_platform.h