diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:25 -0600 |
| commit | 1c97a7170e36cf643463d6c13c70365a6e4e0941 (patch) | |
| tree | ed57a94966e38edc366c5609484a7993c118a2e6 | |
| parent | 3ce7016d11ea6cd2321deeea0711ebe092d403c7 (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -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 <[email protected]> */ -#include <common.h> #include <init.h> #include <netdev.h> #include <asm/arch/cpu.h> |
