diff options
author | Vaibhav Bedia <vaibhav.bedia@ti.com> | 2013-01-29 06:15:00 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-02-08 09:12:15 -0500 |
commit | 941a98ae290f1671c7ec615154ec678da70b3395 (patch) | |
tree | 4866a827a4a54ba0e5ecad10a8170ef7106d8a82 /arch/arm/mach-omap2/cm33xx.h | |
parent | 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 (diff) |
ARM: OMAP2+: AM33XX: CM: Get rid of unnecessary header inclusions
cm33xx.h unnecessarily includes a lot of header files.
Get rid of these and directly include "iomap.h" which
is needed to keep things compiling.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm33xx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm33xx.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/cm33xx.h b/arch/arm/mach-omap2/cm33xx.h index 5fa0b62e1a79..8009e1366ed8 100644 --- a/arch/arm/mach-omap2/cm33xx.h +++ b/arch/arm/mach-omap2/cm33xx.h | |||
@@ -17,16 +17,11 @@ | |||
17 | #ifndef __ARCH_ARM_MACH_OMAP2_CM_33XX_H | 17 | #ifndef __ARCH_ARM_MACH_OMAP2_CM_33XX_H |
18 | #define __ARCH_ARM_MACH_OMAP2_CM_33XX_H | 18 | #define __ARCH_ARM_MACH_OMAP2_CM_33XX_H |
19 | 19 | ||
20 | #include <linux/delay.h> | ||
21 | #include <linux/errno.h> | ||
22 | #include <linux/err.h> | ||
23 | #include <linux/io.h> | ||
24 | |||
25 | #include "common.h" | 20 | #include "common.h" |
26 | 21 | ||
27 | #include "cm.h" | 22 | #include "cm.h" |
28 | #include "cm-regbits-33xx.h" | 23 | #include "cm-regbits-33xx.h" |
29 | #include "cm33xx.h" | 24 | #include "iomap.h" |
30 | 25 | ||
31 | /* CM base address */ | 26 | /* CM base address */ |
32 | #define AM33XX_CM_BASE 0x44e00000 | 27 | #define AM33XX_CM_BASE 0x44e00000 |