]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb38768019cf4617a251b8a9f600f399e3b5bf37
tree68044fdb97c9551a6a647cfa30943940f287c385
parent901a218c859681ec4eb6c50a02c67eb282a0cd43
dt/fsldma: fix build warning caused by of_platform_device changes

Commit b0df8901f8499c91923e66b2030d552664975f33, "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