summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-phycard-imx6/lowlevel.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-07-14 11:31:29 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-16 09:46:01 +0200
commit2b8d21dec42261adc9eb9256976d427f5aefdf78 (patch)
tree34980e5b56c08689679097c77125a39aed1958d1 /arch/arm/boards/phytec-phycard-imx6/lowlevel.c
parent9435c2ede68d3edb63500755aff01dc9da634583 (diff)
downloadbarebox-2b8d21dec42261adc9eb9256976d427f5aefdf78.tar.gz
barebox-2b8d21dec42261adc9eb9256976d427f5aefdf78.tar.xz
ARM: i.MX6: remove unnecessary includes
Most files including imx6-mmdc.h do not actually use anything from it. Clean this up. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-phycard-imx6/lowlevel.c')
-rw-r--r--arch/arm/boards/phytec-phycard-imx6/lowlevel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boards/phytec-phycard-imx6/lowlevel.c b/arch/arm/boards/phytec-phycard-imx6/lowlevel.c
index d85a1ab0a1..09ab6452ba 100644
--- a/arch/arm/boards/phytec-phycard-imx6/lowlevel.c
+++ b/arch/arm/boards/phytec-phycard-imx6/lowlevel.c
@@ -21,7 +21,6 @@
#include <asm/sections.h>
#include <asm/cache.h>
#include <asm/mmu.h>
-#include <mach/imx6-mmdc.h>
#include <mach/imx6.h>
static inline void setup_uart(void)