summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear6xx/include/mach/entry-macro.S
diff options
context:
space:
mode:
authorviresh kumar <viresh.kumar@st.com>2011-03-07 04:57:01 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-03-09 09:49:45 (GMT)
commit410782beba6aa75744881810ec0cdff4c66ca777 (patch)
tree337c3a4c7e14d02968c809e85fcf164b3e32e4c5 /arch/arm/mach-spear6xx/include/mach/entry-macro.S
parent4b9502e167d8370c2c5ee0cb20ab081bbebfffa8 (diff)
downloadlinux-fsl-qoriq-410782beba6aa75744881810ec0cdff4c66ca777.tar.xz
ARM: 6787/1: SPEAr: Reorder #includes in .h & .c files.
Order of inclusion of .h files must be: <linux/...>, <asm/...>, <plat/...>, <mach/...>. This patch corrects this ordering whereever it is not followed. 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/entry-macro.S')
-rw-r--r--arch/arm/mach-spear6xx/include/mach/entry-macro.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear6xx/include/mach/entry-macro.S b/arch/arm/mach-spear6xx/include/mach/entry-macro.S
index 9eaecae..bc55e8b 100644
--- a/arch/arm/mach-spear6xx/include/mach/entry-macro.S
+++ b/arch/arm/mach-spear6xx/include/mach/entry-macro.S
@@ -11,9 +11,9 @@
* warranty of any kind, whether express or implied.
*/
+#include <asm/hardware/vic.h>
#include <mach/hardware.h>
#include <mach/spear.h>
-#include <asm/hardware/vic.h>
.macro disable_fiq
.endm