commit | b79fdc76978515fba2c4f3b5b4f2e679c5ff1463 | [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 | a595a0e910960ccd4611719d5fb5c279859efaee [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/fastboot/fb_nand.c b/drivers/fastboot/fb_nand.c index 6756ea7..b165468 100644 --- a/drivers/fastboot/fb_nand.c +++ b/drivers/fastboot/fb_nand.c
@@ -6,6 +6,7 @@ #include <config.h> #include <common.h> +#include <flash.h> #include <fastboot.h> #include <image-sparse.h>