From 15a0f96f30cdaa473b60a7be21ad63ed44cf9f4c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:41:12 -0600 Subject: [PATCH] board: beckhoff: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Tested-by: Patrick Bruenn Signed-off-by: Tom Rini --- board/beckhoff/mx53cx9020/mx53cx9020.c | 1 - board/beckhoff/mx53cx9020/mx53cx9020_video.c | 1 - 2 files changed, 2 deletions(-) diff --git a/board/beckhoff/mx53cx9020/mx53cx9020.c b/board/beckhoff/mx53cx9020/mx53cx9020.c index e7b131836b..3a766728a6 100644 --- a/board/beckhoff/mx53cx9020/mx53cx9020.c +++ b/board/beckhoff/mx53cx9020/mx53cx9020.c @@ -7,7 +7,6 @@ * Copyright (C) 2011 Freescale Semiconductor, Inc. */ -#include #include #include #include diff --git a/board/beckhoff/mx53cx9020/mx53cx9020_video.c b/board/beckhoff/mx53cx9020/mx53cx9020_video.c index bf47290256..fd28a70f4d 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 #include #include #include -- 2.39.5