From: Juergen Beisert Date: Tue, 29 Jan 2008 22:43:49 +0000 (+0100) Subject: [ARM] 4798/1: pcm027: fix missing header file X-Git-Tag: v2.6.25-rc1~1055^2^5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c9a28fa7b9ac19b676deefa0a171ce7df8755c08;p=linux-2.6-omap-h63xx.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 540c3bba5f9..c14696b9979 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"