diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-06 10:46:57 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-06 10:46:57 -0500 |
commit | 4299051ebe89ab1eeadeaf4cf06ce63421412232 (patch) | |
tree | 181fc4ca6ac786e0e543fe5fa5315ef70d15cb1e /arch/arm/kernel | |
parent | d3997abf699655d2ec012e944fb34668cc3ec6d7 (diff) |
[ARM] Fix missing declaration of cache_is_vivt()
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/ecard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/ecard.c b/arch/arm/kernel/ecard.c index dceb826bd216..c445b0a848b2 100644 --- a/arch/arm/kernel/ecard.c +++ b/arch/arm/kernel/ecard.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <linux/device.h> | 41 | #include <linux/device.h> |
42 | #include <linux/init.h> | 42 | #include <linux/init.h> |
43 | 43 | ||
44 | #include <asm/cacheflush.h> | ||
44 | #include <asm/dma.h> | 45 | #include <asm/dma.h> |
45 | #include <asm/ecard.h> | 46 | #include <asm/ecard.h> |
46 | #include <asm/hardware.h> | 47 | #include <asm/hardware.h> |