commit | 8e20188e0b5b729f739c7c0c3653a36592df9be9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:39:54 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 14:53:28 2020 -0400 |
tree | cf7b3d3cbcdd64f60a0a88edd1f921d7708aebf5 | |
parent | c7443167787825453a19bc859e6a1ac197eb1c68 [diff] [blame] |
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>
diff --git a/drivers/misc/cros_ec.c b/drivers/misc/cros_ec.c index fa9984f..c145b67 100644 --- a/drivers/misc/cros_ec.c +++ b/drivers/misc/cros_ec.c
@@ -18,6 +18,7 @@ #include <common.h> #include <command.h> #include <dm.h> +#include <flash.h> #include <i2c.h> #include <cros_ec.h> #include <fdtdec.h>