OSDN Git Service

ASoC: MPC5200: replace of_device with platform_device
authorTimur Tabi <timur@freescale.com>
Tue, 23 Aug 2011 21:48:26 +0000 (16:48 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 18:40:23 +0000 (11:40 -0700)
commit9f89c9607925aabb7352a3f50b69c7bfdb2c1cbb
treed6efb6b5effb67c5c74ab28e964503a28da36856
parentf3919ef81224e33c867882453cd33036ac0ed7ee
ASoC: MPC5200: replace of_device with platform_device

commit 3bdf28feafc52864bd7f17b39deec64833a89d19 upstream.

'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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/fsl/mpc5200_dma.c