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/board/spear/x600/x600.c b/board/spear/x600/x600.c index e1232ed..7cff6ee 100644 --- a/board/spear/x600/x600.c +++ b/board/spear/x600/x600.c
@@ -7,6 +7,7 @@ */ #include <common.h> +#include <flash.h> #include <init.h> #include <micrel.h> #include <nand.h>