diff mbox series

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

Message ID 20240501024316.1767971-96-trini@konsulko.com
State Accepted
Commit a9803a63cd7c5d15eaa0684d714bafc783851782
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:42 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: "Álvaro Fernández Rojas" <noltari@gmail.com>
---
 board/netgear/dgnd3700v2/dgnd3700v2.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/netgear/dgnd3700v2/dgnd3700v2.c b/board/netgear/dgnd3700v2/dgnd3700v2.c
index cfc3529c3488..9cf3a2fe60a2 100644
--- a/board/netgear/dgnd3700v2/dgnd3700v2.c
+++ b/board/netgear/dgnd3700v2/dgnd3700v2.c
@@ -3,7 +3,6 @@ 
  * Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <asm/io.h>
 #include <linux/bitops.h>