dt/fsldma: fix build warning caused by of_platform_device changes
authorIra W. Snyder <iws@ovro.caltech.edu>
Thu, 7 Apr 2011 17:33:03 +0000 (10:33 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 11 Apr 2011 06:34:38 +0000 (23:34 -0700)
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>

No differences found