diff --git a/drivers/misc/fs_loader.c b/drivers/misc/fs_loader.c index 0139bd66ba7..5b4d03639c3 100644 --- a/drivers/misc/fs_loader.c +++ b/drivers/misc/fs_loader.c @@ -20,6 +20,10 @@ #include #include +#ifdef CONFIG_CMD_UBIFS +#include +#endif + DECLARE_GLOBAL_DATA_PTR; /**