diff options
author | viresh kumar <viresh.kumar@st.com> | 2011-03-07 07:57:02 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-09 12:49:45 +0300 |
commit | 02aa06bc49fdb1749f350649c46b74da50290414 (patch) | |
tree | 3c116d9f830c60e7a0650d87cc0a8bf00908cc25 /arch/arm/mach-spear3xx/include/mach/spear.h | |
parent | 410782beba6aa75744881810ec0cdff4c66ca777 (diff) | |
download | linux-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-spear3xx/include/mach/spear.h')
-rw-r--r-- | arch/arm/mach-spear3xx/include/mach/spear.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/include/mach/spear.h b/arch/arm/mach-spear3xx/include/mach/spear.h index dcca8568a486..87458020421d 100644 --- a/arch/arm/mach-spear3xx/include/mach/spear.h +++ b/arch/arm/mach-spear3xx/include/mach/spear.h @@ -14,7 +14,6 @@ #ifndef __MACH_SPEAR3XX_H #define __MACH_SPEAR3XX_H -#include <mach/hardware.h> #include <mach/spear300.h> #include <mach/spear310.h> #include <mach/spear320.h> |