diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-28 18:30:01 +0100 | 
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:01 +0100 | 
| commit | 15d07dc9c59eae51219c40253bdf920f62bb10f2 (patch) | |
| tree | d830b428bf55526b1ab80139f6b4c24d4b38d627 /arch/arm/mm/cache-xsc3l2.c | |
| parent | ec2212088c42ff7d1362629ec26dda4f3e8bdad3 (diff) | |
| download | olio-linux-3.10-15d07dc9c59eae51219c40253bdf920f62bb10f2.tar.xz olio-linux-3.10-15d07dc9c59eae51219c40253bdf920f62bb10f2.zip  | |
ARM: move CP15 definitions to separate header file
Avoid namespace conflicts with drivers over the CP15 definitions by
moving CP15 related prototypes and definitions to a private header
file.
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com> [Tegra]
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com> [EP93xx]
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/arm/mm/cache-xsc3l2.c')
| -rw-r--r-- | arch/arm/mm/cache-xsc3l2.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/cache-xsc3l2.c b/arch/arm/mm/cache-xsc3l2.c index 5a32020471e..6c3edeb66e7 100644 --- a/arch/arm/mm/cache-xsc3l2.c +++ b/arch/arm/mm/cache-xsc3l2.c @@ -18,7 +18,7 @@   */  #include <linux/init.h>  #include <linux/highmem.h> -#include <asm/system.h> +#include <asm/cp15.h>  #include <asm/cputype.h>  #include <asm/cacheflush.h>  |