diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:43:05 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | e9c833194e9b9c67e9328bebf53e648cea08e8b8 (patch) | |
| tree | 96f94ffa596d9167cefedf3eddd123ae03cbc598 | |
| parent | ba825dad9aa3e382de46a7992390edea51bc0b5d (diff) | |
board: tplink: 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/tplink/wdr4300/wdr4300.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tplink/wdr4300/wdr4300.c b/board/tplink/wdr4300/wdr4300.c index f2de039b6b4..3ae0dc4ecd7 100644 --- a/board/tplink/wdr4300/wdr4300.c +++ b/board/tplink/wdr4300/wdr4300.c @@ -3,7 +3,6 @@ * Copyright (C) 2016 Marek Vasut <[email protected]> */ -#include <common.h> #include <init.h> #include <asm/io.h> #include <asm/addrspace.h> |
