diff options
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/spl_ext.c | 1 | ||||
-rw-r--r-- | common/spl/spl_mmc.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c index 954133ba84e..3898041d106 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> diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c index fcdd3caeac7..95d5a7271f5 100644 --- a/common/spl/spl_mmc.c +++ b/common/spl/spl_mmc.c @@ -7,6 +7,7 @@ */ #include <common.h> #include <dm.h> +#include <part.h> #include <spl.h> #include <linux/compiler.h> #include <errno.h> |