From 06a228c88969834bbd30b72bf204ba648ed1baae Mon Sep 17 00:00:00 2001 From: Jon Lin Date: Tue, 17 Sep 2019 13:21:06 +0800 Subject: [PATCH] soc: rockchip: including linux/fs.h Change-Id: I3f74625e169982ce6e198fdf864a1547ff2b4a07 Signed-off-by: Jon Lin --- drivers/soc/rockchip/flash_vendor_storage.c | 1 + include/uapi/misc/rkflash_vendor_storage.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/soc/rockchip/flash_vendor_storage.c b/drivers/soc/rockchip/flash_vendor_storage.c index 9bc80224e68c..d5ab6b3f02ca 100644 --- a/drivers/soc/rockchip/flash_vendor_storage.c +++ b/drivers/soc/rockchip/flash_vendor_storage.c @@ -2,6 +2,7 @@ /* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd */ +#include #include #include #include diff --git a/include/uapi/misc/rkflash_vendor_storage.h b/include/uapi/misc/rkflash_vendor_storage.h index e897330ccda2..5628a7637a35 100644 --- a/include/uapi/misc/rkflash_vendor_storage.h +++ b/include/uapi/misc/rkflash_vendor_storage.h @@ -2,6 +2,8 @@ /* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd */ +#include + #ifndef _RKFLASH_VENDOR_STORAGE #define _RKFLASH_VENDOR_STORAGE