From: Tony Lindgren Date: Thu, 4 Oct 2012 08:27:15 +0000 (+0300) Subject: ASoC: Fix wrong include for McPDM X-Git-Tag: omap-for-v3.8/cleanup-headers-signed~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b706dc9e92f030cfca330879aa8b7ecbb7b79a;p=pandora-kernel.git ASoC: Fix wrong include for McPDM McPDM needs platt/cpu.h for omap_rev and not omap_hwmod.h. Drivers must not include omap_hwmod.h at, it will be private to mach-omap2 soon. Fix the problem before other drivers will also start including omap_hwmod.h. Note that also plat/cpu.h will be going away, so the omap_rev check needs to be replaced with mcpdm-watchdog flag from platform_data or DT. Signed-off-by: Tony Lindgren Signed-off-by: Mark Brown --- Reading git-diff-tree failed