aboutsummaryrefslogtreecommitdiff
path: root/board/buffalo/lsxl/lsxl.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-05-10 11:39:54 -0600
committerTom Rini <trini@konsulko.com>2020-05-18 14:53:28 -0400
commitb79fdc76978515fba2c4f3b5b4f2e679c5ff1463 (patch)
treecf7b3d3cbcdd64f60a0a88edd1f921d7708aebf5 /board/buffalo/lsxl/lsxl.c
parenta595a0e910960ccd4611719d5fb5c279859efaee (diff)
downloadu-boot-b79fdc76978515fba2c4f3b5b4f2e679c5ff1463.zip
u-boot-b79fdc76978515fba2c4f3b5b4f2e679c5ff1463.tar.gz
u-boot-b79fdc76978515fba2c4f3b5b4f2e679c5ff1463.tar.bz2
common: Drop flash.h from common header
Move this uncommon header out of the common header. Fix up some style problems in flash.h while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/buffalo/lsxl/lsxl.c')
-rw-r--r--board/buffalo/lsxl/lsxl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c
index 95d3a5e..aa64125 100644
--- a/board/buffalo/lsxl/lsxl.c
+++ b/board/buffalo/lsxl/lsxl.c
@@ -10,6 +10,7 @@
#include <common.h>
#include <env.h>
#include <env_internal.h>
+#include <flash.h>
#include <net.h>
#include <malloc.h>
#include <netdev.h>