diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-25 23:07:10 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 16:30:04 +0800 |
commit | 2835705c8a36667f862f27706cb6c84baa6ce636 (patch) | |
tree | 1640f34fe654d347f9ccf08971b75e5f283fef7b /arch/arm/mach-mxs/include | |
parent | 6a8e95b071ecf7357d294782b6ef4e707ce0fbbd (diff) | |
download | op-kernel-dev-2835705c8a36667f862f27706cb6c84baa6ce636.zip op-kernel-dev-2835705c8a36667f862f27706cb6c84baa6ce636.tar.gz |
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/include')
-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 7d4fb6d..a9be80a 100644 --- a/arch/arm/mach-mxs/include/mach/mxs.h +++ b/arch/arm/mach-mxs/include/mach/mxs.h @@ -22,7 +22,6 @@ #ifndef __ASSEMBLER__ #include <linux/io.h> #endif -#include <asm/mach-types.h> #include <mach/digctl.h> #include <mach/hardware.h> |