diff mbox series

[032/149] board: buffalo: Remove <common.h> and add needed includes

Message ID 20240501024316.1767971-32-trini@konsulko.com
State Accepted
Commit a8c67186160666bb357716acf2f61c779180d43d
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:41 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Michael Walle <michael@walle.cc>
---
 board/buffalo/lsxl/lsxl.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Walle May 2, 2024, 7:18 a.m. UTC | #1
On Wed May 1, 2024 at 4:41 AM CEST, Tom Rini wrote:
> Remove <common.h> from this board vendor directory and when needed
> add missing include files directly.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Acked-by: Michael Walle <michael@walle.cc>
diff mbox series

Patch

diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c
index 6a866b5470d6..1e501a09813d 100644
--- a/board/buffalo/lsxl/lsxl.c
+++ b/board/buffalo/lsxl/lsxl.c
@@ -7,7 +7,6 @@ 
  *   Marvell Semiconductor <www.marvell.com>
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <button.h>
 #include <command.h>