diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-10 18:10:19 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-01 12:06:24 +0100 |
commit | 46097c7dd8bfaf9fb86565b6de45ab5a63afdd53 (patch) | |
tree | bc9ba1ba3c8e6585704225863663b1b91d75632e /arch/arm/kernel | |
parent | 0ba8b9b273c45dd23f60ff700e265a0069b33758 (diff) | |
download | op-kernel-dev-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.zip op-kernel-dev-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.tar.gz |
[ARM] cachetype: move definitions to separate header
Rather than pollute asm/cacheflush.h with the cache type definitions,
move them to asm/cachetype.h, and include this new header where
necessary.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index fb04703..e90422d 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -32,6 +32,7 @@ #include <asm/setup.h> #include <asm/mach-types.h> #include <asm/cacheflush.h> +#include <asm/cachetype.h> #include <asm/tlbflush.h> #include <asm/mach/arch.h> |