summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
diff options
context:
space:
mode:
authorRussell King2008-08-10 19:10:19 +0200
committerRussell King2008-09-01 13:06:24 +0200
commit46097c7dd8bfaf9fb86565b6de45ab5a63afdd53 (patch)
treebc9ba1ba3c8e6585704225863663b1b91d75632e /arch/arm/kernel
parent[ARM] cputype: separate definitions, use them (diff)
downloadkernel-qcow2-linux-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.tar.gz
kernel-qcow2-linux-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.tar.xz
kernel-qcow2-linux-46097c7dd8bfaf9fb86565b6de45ab5a63afdd53.zip
[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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index fb04703f2a8c..e90422d374af 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>