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>
This commit is contained in:
parent
6a8e95b071
commit
2835705c8a
|
@ -22,7 +22,6 @@
|
||||||
#ifndef __ASSEMBLER__
|
#ifndef __ASSEMBLER__
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#endif
|
#endif
|
||||||
#include <asm/mach-types.h>
|
|
||||||
#include <mach/digctl.h>
|
#include <mach/digctl.h>
|
||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue