From 16edc3df8a1b40fd381d3500f23527d7ad6e5e1b Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 6 Dec 2011 05:45:37 +0100 Subject: [PATCH] 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 --- arch/arm/plat-omap/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c index 7a4578b..2ee6341 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 -- 2.7.4