diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:19 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:49 -0600 |
| commit | a8c67186160666bb357716acf2f61c779180d43d (patch) | |
| tree | 27ee22df8f2c9ac455c912b2c698783d1fe392ad | |
| parent | 76330ca70e018ffc188308d701d353a04dd75da5 (diff) | |
board: buffalo: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Acked-by: Michael Walle <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/buffalo/lsxl/lsxl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c index 6a866b5470d..1e501a09813 100644 --- a/board/buffalo/lsxl/lsxl.c +++ b/board/buffalo/lsxl/lsxl.c @@ -7,7 +7,6 @@ * Marvell Semiconductor <www.marvell.com> */ -#include <common.h> #include <bootstage.h> #include <button.h> #include <command.h> |
