From bb7fe4f32216284e423e6a038e337685083e3264 Mon Sep 17 00:00:00 2001 From: Jon Lin Date: Tue, 17 Sep 2019 13:19:49 +0800 Subject: [PATCH] drivers: rkflash: including seq_file.h Change-Id: I20c74547873a44853c3b928267e512819c5fe7c3 Signed-off-by: Jon Lin --- drivers/rkflash/rkflash_blk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rkflash/rkflash_blk.c b/drivers/rkflash/rkflash_blk.c index 53539a97f2ba..11296c185282 100644 --- a/drivers/rkflash/rkflash_blk.c +++ b/drivers/rkflash/rkflash_blk.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include