diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:37 -0600 |
| commit | bd47d6645fbd79286464a32c42b3a8dc17f52626 (patch) | |
| tree | 50c2ac8d5fffb6e8eb6781d215222f25125ceb23 | |
| parent | fa396220f79fc236afbbf0e6bb2c6053d4e20273 (diff) | |
board: raidsonic: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/raidsonic/ib62x0/ib62x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/raidsonic/ib62x0/ib62x0.c b/board/raidsonic/ib62x0/ib62x0.c index f9bc07649e0..8d1d549a217 100644 --- a/board/raidsonic/ib62x0/ib62x0.c +++ b/board/raidsonic/ib62x0/ib62x0.c @@ -6,7 +6,6 @@ * Simon Baatz <[email protected]> */ -#include <common.h> #include <init.h> #include <miiphy.h> #include <asm/global_data.h> |
