Home
last modified time | relevance | path

Searched hist:"38 fec7272bc033b75a0eb8976c56c2024d371b7d" (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/fsl/
H A Dfsl_dma.c38fec7272bc033b75a0eb8976c56c2024d371b7d Thu Aug 19 20:26:58 UTC 2010 Timur Tabi <timur@freescale.com> ASoC: mpc8610: replace of_device with platform_device

'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>