diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 15:23:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-30 15:27:07 -0600 |
commit | 3a59436397302653dcba637b17cc4949b917551e (patch) | |
tree | 9e4fb80c940e9b840100ccb75a473aeab201b675 | |
parent | d64a25de2c11827e41fd247bfa734e88dd28029b (diff) | |
download | u-boot-TEST/remove-more-commonh-p3.zip u-boot-TEST/remove-more-commonh-p3.tar.gz u-boot-TEST/remove-more-commonh-p3.tar.bz2 |
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 b3ea660..d018b57 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 f5f63ee..38340b3 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> |