diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:02 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
commit | 1c97a7170e36cf643463d6c13c70365a6e4e0941 (patch) | |
tree | ed57a94966e38edc366c5609484a7993c118a2e6 /board | |
parent | 3ce7016d11ea6cd2321deeea0711ebe092d403c7 (diff) | |
download | u-boot-1c97a7170e36cf643463d6c13c70365a6e4e0941.tar.gz |
board: iomega: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/iomega/iconnect/iconnect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/iomega/iconnect/iconnect.c b/board/iomega/iconnect/iconnect.c index 03871602001..00b08987e9e 100644 --- a/board/iomega/iconnect/iconnect.c +++ b/board/iomega/iconnect/iconnect.c @@ -6,7 +6,6 @@ * Luka Perkov <luka@openwrt.org> */ -#include <common.h> #include <init.h> #include <netdev.h> #include <asm/arch/cpu.h> |