summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:19 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:49 -0600
commita8c67186160666bb357716acf2f61c779180d43d (patch)
tree27ee22df8f2c9ac455c912b2c698783d1fe392ad
parent76330ca70e018ffc188308d701d353a04dd75da5 (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 <michael@walle.cc> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--board/buffalo/lsxl/lsxl.c1
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>