diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:49 -0600 |
commit | 15a0f96f30cdaa473b60a7be21ad63ed44cf9f4c (patch) | |
tree | 38eb61790bbfd03d3095a501de17d2a628534f52 | |
parent | ebe3366652b32b0acc77f90b2b5011979ad7822e (diff) |
board: beckhoff: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Tested-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | board/beckhoff/mx53cx9020/mx53cx9020.c | 1 | ||||
-rw-r--r-- | board/beckhoff/mx53cx9020/mx53cx9020_video.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c index e7b131836b6..3a766728a6f 100644 --- a/board/beckhoff/mx53cx9020/mx53cx9020.c +++ b/board/beckhoff/mx53cx9020/mx53cx9020.c @@ -7,7 +7,6 @@ * Copyright (C) 2011 Freescale Semiconductor, Inc. */ -#include <common.h> #include <cpu_func.h> #include <init.h> #include <asm/arch/sys_proto.h> diff --git a/board/beckhoff/mx53cx9020/mx53cx9020_video.c b/board/beckhoff/mx53cx9020/mx53cx9020_video.c index bf472902562..fd28a70f4d7 100644 --- a/board/beckhoff/mx53cx9020/mx53cx9020_video.c +++ b/board/beckhoff/mx53cx9020/mx53cx9020_video.c @@ -7,7 +7,6 @@ * Copyright (C) 2012 Freescale Semiconductor, Inc. */ -#include <common.h> #include <asm/arch/iomux-mx53.h> #include <asm/gpio.h> #include <asm/mach-imx/video.h> |