summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear6xx/include/mach/misc_regs.h
diff options
context:
space:
mode:
authorviresh kumar <viresh.kumar@st.com>2011-03-07 04:57:02 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-03-09 09:49:45 (GMT)
commit02aa06bc49fdb1749f350649c46b74da50290414 (patch)
tree3c116d9f830c60e7a0650d87cc0a8bf00908cc25 /arch/arm/mach-spear6xx/include/mach/misc_regs.h
parent410782beba6aa75744881810ec0cdff4c66ca777 (diff)
downloadlinux-fsl-qoriq-02aa06bc49fdb1749f350649c46b74da50290414.tar.xz
ARM: 6788/1: SPEAr: Include mach/hardware.h instead of mach/spear.h
This patch makes inclusion of hardware.h and spear.h consistent over all spear variants. Now we will include hardware.h, wherever we need to use hardware macros. spear.h will be automatically included by hardware.h Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear6xx/include/mach/misc_regs.h')
-rw-r--r--arch/arm/mach-spear6xx/include/mach/misc_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear6xx/include/mach/misc_regs.h b/arch/arm/mach-spear6xx/include/mach/misc_regs.h
index 45571c1..68c20a0 100644
--- a/arch/arm/mach-spear6xx/include/mach/misc_regs.h
+++ b/arch/arm/mach-spear6xx/include/mach/misc_regs.h
@@ -14,7 +14,7 @@
#ifndef __MACH_MISC_REGS_H
#define __MACH_MISC_REGS_H
-#include <mach/spear.h>
+#include <mach/hardware.h>
#define MISC_BASE IOMEM(VA_SPEAR6XX_ICM3_MISC_REG_BASE)