diff mbox series

[U-Boot,v1,6/6] arm: imx: cx9020: remove unnecessary includes

Message ID 20190417115719.22407-7-linux-kernel-dev@beckhoff.com
State Accepted
Commit e57eb2056577191879e31a5c6394594b6b59a8ec
Delegated to: Anatolij Gustschin
Headers show
Series arm: imx: cx9020: Migrate to DM_VIDEO and DM_GPIO | expand

Commit Message

linux-kernel-dev April 17, 2019, 11:57 a.m. UTC
From: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>

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>
---

 board/beckhoff/mx53cx9020/mx53cx9020.c | 8 --------
 1 file changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c
index de1d85f1518..9450d925f6f 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),