commit | 8faa7cf828bca1745a4ed599876567f5afc47544 | [log] [tgz] |
---|---|---|
author | Ira W. Snyder <iws@ovro.caltech.edu> | Thu Apr 07 10:33:03 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Apr 10 23:34:38 2011 -0700 |
tree | 68044fdb97c9551a6a647cfa30943940f287c385 | |
parent | 850a28ecd8044ef36b2c7699d2e3736a410b4d0a [diff] |
dt/fsldma: fix build warning caused by of_platform_device changes Commit 000061245a6797d542854106463b6b20fbdcb12e, "dt/powerpc: Eliminate users of of_platform_{,un}register_driver" forgot to convert the type of structure passed into platform_device_register() when it was converted from of_platform_device_register. Fix it. Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>