projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73829af
)
ARM: 7192/1: OMAP: Fix build error for omap1_defconfig
author
Tony Lindgren
<
[email protected]
>
Tue, 6 Dec 2011 04:45:37 +0000
(
05:45
+0100)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/common.c
b/arch/arm/plat-omap/common.c
index 7a4578be9ebef262c2469311fc0d51994b56df33..2ee6341fffdb8fad0c495d3c6e108126748dfddd 100644
(file)
--- a/
arch/arm/plat-omap/common.c
+++ b/
arch/arm/plat-omap/common.c
@@
-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>