From: Eric Miao Date: Mon, 19 Jan 2009 03:39:36 +0000 (+0800) Subject: [ARM] pxa: fix missing of __REG() definition for ac97 registers access X-Git-Tag: v2.6.29-rc5~38^2~2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ec971c91c55b8e2e2609f8d61eb34da13aedb37d;p=karo-tx-linux.git [ARM] pxa: fix missing of __REG() definition for ac97 registers access This currently happens for 'drivers/input/touch/mainstone-wm97xx.c'. Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/include/mach/regs-ac97.h b/arch/arm/mach-pxa/include/mach/regs-ac97.h index e41b9d202b8c..b8d14bd9ae59 100644 --- a/arch/arm/mach-pxa/include/mach/regs-ac97.h +++ b/arch/arm/mach-pxa/include/mach/regs-ac97.h @@ -1,6 +1,8 @@ #ifndef __ASM_ARCH_REGS_AC97_H #define __ASM_ARCH_REGS_AC97_H +#include + /* * AC97 Controller registers */