ASoC: mpc8610: replace of_device with platform_device
authorTimur Tabi <timur@freescale.com>
Thu, 19 Aug 2010 20:26:58 +0000 (15:26 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 20 Aug 2010 16:19:44 +0000 (17:19 +0100)
'struct of_device' no longer exists, and its functionality has been merged
into platform_device.  Update the MPC8610 HPCD audio drivers (fsl_ssi, fsl_dma,
and mpc8610_hpcd) accordingly.

Also add a #include for slab.h, which is now needed for kmalloc and kfree.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found