diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 15:23:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-01 17:56:51 -0600 |
commit | 1672a56aa29f3028e5e363424cc4aa4416590d19 (patch) | |
tree | 0160b9e1c7117d0c5edc4d2d33b0190739fe57a0 | |
parent | de66d517a83e0cf91d22502bbc560f92e763280d (diff) | |
download | u-boot-TEST/remove-more-commonh-p3.tar.gz |
board: zyxel: Remove <common.h> and add needed includesTEST/remove-more-commonh-p3
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: Tony Dinh <mibodhi@gmail.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
-rw-r--r-- | board/zyxel/nsa310s/nsa310s.c | 1 | ||||
-rw-r--r-- | board/zyxel/nsa325/nsa325.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/zyxel/nsa310s/nsa310s.c b/board/zyxel/nsa310s/nsa310s.c index b3ea6608914..d018b573824 100644 --- a/board/zyxel/nsa310s/nsa310s.c +++ b/board/zyxel/nsa310s/nsa310s.c @@ -4,7 +4,6 @@ * Copyright (C) 2015 Gerald Kerma <dreagle@doukki.net> */ -#include <common.h> #include <init.h> #include <netdev.h> #include <asm/arch/cpu.h> diff --git a/board/zyxel/nsa325/nsa325.c b/board/zyxel/nsa325/nsa325.c index f5f63ee5d3b..38340b33c8b 100644 --- a/board/zyxel/nsa325/nsa325.c +++ b/board/zyxel/nsa325/nsa325.c @@ -14,7 +14,6 @@ * Marvell Semiconductor <www.marvell.com> */ -#include <common.h> #include <asm/arch/soc.h> #include <asm/arch/mpp.h> #include <netdev.h> |