commit | 655306c13140ec1156e125cd037f30e686cbf2f8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 11:39:58 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 18 17:33:33 2020 -0400 |
tree | 201c26b1dd27d7e77a667e16497a1d87da09099b | |
parent | c1c4a8f6e89c997ee431fdeca73b1c7cffbf985a [diff] [blame] |
common: Drop part.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c index 954133b..3898041 100644 --- a/common/spl/spl_ext.c +++ b/common/spl/spl_ext.c
@@ -2,6 +2,7 @@ #include <common.h> #include <env.h> +#include <part.h> #include <spl.h> #include <asm/u-boot.h> #include <ext4fs.h>