From: Arnd Bergmann Date: Fri, 26 Dec 2014 13:27:58 +0000 (+0100) Subject: ALSA: atmel: fix building the ac97 driver for at91-multiplatform X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270384ccfc2ba3849b9d02f7a37c395987c30ed2;p=pandora-kernel.git ALSA: atmel: fix building the ac97 driver for at91-multiplatform at91 will no longer export the mach/cpu.h and mach/hardware.h header files in the future, which would break building the atmel ac97c driver. Since the cpu_is_* check is only used to find out whether we are running on avr32 or arm/at91, we can hardcode that check in the ARM case. Signed-off-by: Arnd Bergmann Link: http://www.spinics.net/lists/arm-kernel/msg382068.html Signed-off-by: Alexandre Belloni Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed