ARM: 6787/1: SPEAr: Reorder #includes in .h & .c files.
authorviresh kumar <viresh.kumar@st.com>
Mon, 7 Mar 2011 04:57:01 +0000 (05:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 9 Mar 2011 09:49:45 +0000 (09:49 +0000)
commit410782beba6aa75744881810ec0cdff4c66ca777
tree337c3a4c7e14d02968c809e85fcf164b3e32e4c5
parent4b9502e167d8370c2c5ee0cb20ab081bbebfffa8
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>
12 files changed:
arch/arm/mach-spear3xx/clock.c
arch/arm/mach-spear3xx/include/mach/entry-macro.S
arch/arm/mach-spear3xx/include/mach/generic.h
arch/arm/mach-spear3xx/spear300.c
arch/arm/mach-spear3xx/spear310.c
arch/arm/mach-spear3xx/spear320.c
arch/arm/mach-spear6xx/clock.c
arch/arm/mach-spear6xx/include/mach/entry-macro.S
arch/arm/mach-spear6xx/include/mach/generic.h
arch/arm/mach-spear6xx/spear6xx.c
arch/arm/plat-spear/include/plat/system.h
arch/arm/plat-spear/time.c