summaryrefslogtreecommitdiff
path: root/board/beckhoff
diff options
context:
space:
mode:
authorSteffen Dirkwinkel <s.dirkwinkel@beckhoff.com>2019-04-17 13:57:19 +0200
committerAnatolij Gustschin <agust@denx.de>2019-05-20 11:57:38 +0200
commite57eb2056577191879e31a5c6394594b6b59a8ec (patch)
treef7058519fd4423c5b71fff7460efabd8f5f4901f /board/beckhoff
parent3a3eaa817e5748f2e7a944261a1872994ef0299e (diff)
arm: imx: cx9020: remove unnecessary includes
There are several includes in mx53cx9020.c which are not required anymore. Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'board/beckhoff')
-rw-r--r--board/beckhoff/mx53cx9020/mx53cx9020.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c
index de1d85f151..9450d925f6 100644
--- a/board/beckhoff/mx53cx9020/mx53cx9020.c
+++ b/board/beckhoff/mx53cx9020/mx53cx9020.c
@@ -8,20 +8,12 @@
*/
#include <common.h>
-#include <dm.h>
-#include <asm/arch/imx-regs.h>
#include <asm/arch/sys_proto.h>
-#include <asm/arch/crm_regs.h>
#include <asm/arch/clock.h>
#include <asm/arch/iomux-mx53.h>
-#include <asm/arch/clock.h>
#include <asm/mach-imx/mx5_video.h>
#include <ACEX1K.h>
-#include <netdev.h>
-#include <i2c.h>
#include <asm/gpio.h>
-#include <input.h>
-#include <dm/platform_data/serial_mxc.h>
enum LED_GPIOS {
GPIO_SD1_CD = IMX_GPIO_NR(1, 1),