From c9a28fa7b9ac19b676deefa0a171ce7df8755c08 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Tue, 29 Jan 2008 23:43:49 +0100 Subject: [PATCH] [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 --- arch/arm/mach-pxa/pcm027.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2