From: Timur Tabi Date: Thu, 19 Aug 2010 20:26:58 +0000 (-0500) Subject: ASoC: mpc8610: replace of_device with platform_device X-Git-Tag: v2.6.37-rc1~126^2~1^2~128^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38fec7272bc033b75a0eb8976c56c2024d371b7d;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed