diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | 131582cab573e31fc2bd2be2cf34cb5d15e2bdef (patch) | |
| tree | 7636cc600f319c5f252b59e1bec86ed526b794a9 | |
| parent | e5a2fb46e3e2296d569df7c4cd9bec52c6a89189 (diff) | |
board: sr1500: 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/sr1500/socfpga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sr1500/socfpga.c b/board/sr1500/socfpga.c index d9125a76bf7..5603ef24da8 100644 --- a/board/sr1500/socfpga.c +++ b/board/sr1500/socfpga.c @@ -3,7 +3,6 @@ * Copyright (C) 2015 Stefan Roese <[email protected]> */ -#include <common.h> #include <init.h> #include <asm/arch/reset_manager.h> #include <asm/gpio.h> |
