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)
commit8faa7cf828bca1745a4ed599876567f5afc47544
tree68044fdb97c9551a6a647cfa30943940f287c385
parent850a28ecd8044ef36b2c7699d2e3736a410b4d0a
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>
drivers/dma/fsldma.c