diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:25 -0600 |
| commit | a9803a63cd7c5d15eaa0684d714bafc783851782 (patch) | |
| tree | d4ee7dee3f49515ebfd7144a6fc4c3f48a73efba | |
| parent | 57aeac45ea4ff28ddd4c0603c4bf44945af052bf (diff) | |
board: netgear: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/netgear/dgnd3700v2/dgnd3700v2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/netgear/dgnd3700v2/dgnd3700v2.c b/board/netgear/dgnd3700v2/dgnd3700v2.c index cfc3529c348..9cf3a2fe60a 100644 --- a/board/netgear/dgnd3700v2/dgnd3700v2.c +++ b/board/netgear/dgnd3700v2/dgnd3700v2.c @@ -3,7 +3,6 @@ * Copyright (C) 2018 Álvaro Fernández Rojas <[email protected]> */ -#include <common.h> #include <init.h> #include <asm/io.h> #include <linux/bitops.h> |
