projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3997ab
)
[ARM] Fix missing declaration of cache_is_vivt()
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 6 Nov 2005 15:46:57 +0000
(15:46 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 6 Nov 2005 15:46:57 +0000
(15:46 +0000)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/ecard.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/ecard.c
b/arch/arm/kernel/ecard.c
index dceb826bd216ece20e0e8399eaf785fc7d5cbde3..c445b0a848b2db6d5f446dfb0c7e8e70e25b87ea 100644
(file)
--- a/
arch/arm/kernel/ecard.c
+++ b/
arch/arm/kernel/ecard.c
@@
-41,6
+41,7
@@
#include <linux/device.h>
#include <linux/init.h>
+#include <asm/cacheflush.h>
#include <asm/dma.h>
#include <asm/ecard.h>
#include <asm/hardware.h>