From b79fdc76978515fba2c4f3b5b4f2e679c5ff1463 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:39:54 -0600 Subject: 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 --- cmd/armflash.c | 1 + cmd/cros_ec.c | 1 + cmd/flash.c | 1 + cmd/jffs2.c | 1 + cmd/mvebu/bubt.c | 1 + cmd/sf.c | 1 + 6 files changed, 6 insertions(+) (limited to 'cmd') diff --git a/cmd/armflash.c b/cmd/armflash.c index 6872b0d..f82f3dd 100644 --- a/cmd/armflash.c +++ b/cmd/armflash.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #define MAX_REGIONS 4 diff --git a/cmd/cros_ec.c b/cmd/cros_ec.c index 9e2f1b0..c6bbed9 100644 --- a/cmd/cros_ec.c +++ b/cmd/cros_ec.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include diff --git a/cmd/flash.c b/cmd/flash.c index 230d840..df97fe7 100644 --- a/cmd/flash.c +++ b/cmd/flash.c @@ -9,6 +9,7 @@ */ #include #include +#include #if defined(CONFIG_CMD_MTDPARTS) #include diff --git a/cmd/jffs2.c b/cmd/jffs2.c index da2580d..748a73e 100644 --- a/cmd/jffs2.c +++ b/cmd/jffs2.c @@ -73,6 +73,7 @@ #include #include #include +#include #include #include #include diff --git a/cmd/mvebu/bubt.c b/cmd/mvebu/bubt.c index ef53153..f0ee54d 100644 --- a/cmd/mvebu/bubt.c +++ b/cmd/mvebu/bubt.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include diff --git a/cmd/sf.c b/cmd/sf.c index e993b3e..2b9c268 100644 --- a/cmd/sf.c +++ b/cmd/sf.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1