aboutsummaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:02 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:25 -0600
commit1c97a7170e36cf643463d6c13c70365a6e4e0941 (patch)
treeed57a94966e38edc366c5609484a7993c118a2e6 /board
parent3ce7016d11ea6cd2321deeea0711ebe092d403c7 (diff)
downloadu-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.c1
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>