From: Tony Lindgren Date: Tue, 6 Dec 2011 04:45:37 +0000 (+0100) Subject: ARM: 7192/1: OMAP: Fix build error for omap1_defconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=16edc3df8a1b40fd381d3500f23527d7ad6e5e1b;p=mv-sheeva.git ARM: 7192/1: OMAP: Fix build error for omap1_defconfig Otherwise we get the following error: In function 'omap_init_consistent_dma_size': error: implicit declaration of function 'init_consistent_dma_size' Signed-off-by: Tony Lindgren Acked-by: Nicolas Pitre Signed-off-by: Russell King --- diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c index 7a4578be9eb..2ee6341fffd 100644 --- a/arch/arm/plat-omap/common.c +++ b/arch/arm/plat-omap/common.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include