commit | d714d1979d7b4df7e2c127407f4014ce71f73cd0 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 22 20:22:44 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Mar 01 09:38:26 2011 -0700 |
tree | 08cf497bfdd71a4d739dc3afb4bf8af81307c541 | |
parent | 1c48a5c93da63132b92c4bbcd18e690c51539df6 [diff] |
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>