ARM: 7192/1: OMAP: Fix build error for omap1_defconfig
authorTony Lindgren <[email protected]>
Tue, 6 Dec 2011 04:45:37 +0000 (05:45 +0100)
committerRussell King <[email protected]>
Tue, 6 Dec 2011 12:43:53 +0000 (12:43 +0000)
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 <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/plat-omap/common.c

index 7a4578be9ebef262c2469311fc0d51994b56df33..2ee6341fffdb8fad0c495d3c6e108126748dfddd 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/io.h>
+#include <linux/dma-mapping.h>
 #include <linux/omapfb.h>
 
 #include <plat/common.h>