From: Juergen Beisert Date: Tue, 29 Jan 2008 22:43:49 +0000 (+0100) Subject: [ARM] 4798/1: pcm027: fix missing header file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c9a28fa7b9ac19b676deefa0a171ce7df8755c08;p=linux-beck.git [ARM] 4798/1: pcm027: fix missing header file This patch adds a PXA2xx specific header file to control chip setup. Without, the PCM027 BSP can't be built. Signed-off-by: Robert Schwebel Signed-off-by: Juergen Beisert Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/pcm027.c b/arch/arm/mach-pxa/pcm027.c index 540c3bba5f9a..c14696b9979d 100644 --- a/arch/arm/mach-pxa/pcm027.c +++ b/arch/arm/mach-pxa/pcm027.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include "generic.h"