ASoC: MPC5200: replace of_device with platform_device
authorTimur Tabi <timur@freescale.com>
Tue, 23 Aug 2011 21:48:26 +0000 (16:48 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 24 Aug 2011 19:22:05 +0000 (20:22 +0100)
commit3bdf28feafc52864bd7f17b39deec64833a89d19
treea10d3478b2d6d8b284d90b271ea7e3188511dac1
parent18036b5866b5e407a28f444a80de186a5d7df767
ASoC: MPC5200: replace of_device with platform_device

'struct of_device' no longer exists, and its functionality has been merged
into platform_device.  Update the MPC5200 audio DMA driver (mpc5200_dma)
accordingly.  This fixes a build break.

Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
sound/soc/fsl/mpc5200_dma.c