diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-25 11:07:10 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 04:30:04 -0400 |
commit | 2835705c8a36667f862f27706cb6c84baa6ce636 (patch) | |
tree | 1640f34fe654d347f9ccf08971b75e5f283fef7b /arch/arm/mach-mxs | |
parent | 6a8e95b071ecf7357d294782b6ef4e707ce0fbbd (diff) |
ARM: mxs: remove unneeded mach-types.h inclusion
Remove the unneeded mach-types.h inclusion from mxs.h, which is a
leftover from commit 845da6b (ARM: mxs: detect SoC by checking CHIPID
register).
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/mxs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h index 7d4fb6d0afda..a9be80a46500 100644 --- a/arch/arm/mach-mxs/include/mach/mxs.h +++ b/arch/arm/mach-mxs/include/mach/mxs.h | |||
@@ -22,7 +22,6 @@ | |||
22 | #ifndef __ASSEMBLER__ | 22 | #ifndef __ASSEMBLER__ |
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #endif | 24 | #endif |
25 | #include <asm/mach-types.h> | ||
26 | #include <mach/digctl.h> | 25 | #include <mach/digctl.h> |
27 | #include <mach/hardware.h> | 26 | #include <mach/hardware.h> |
28 | 27 | ||