From 0f16ebb9dcd60021e1a496b64b0b44f97cc2d8d9 Mon Sep 17 00:00:00 2001 From: YueHaibing Date: Thu, 5 Sep 2019 02:56:08 +0000 Subject: [PATCH] staging: exfat: remove duplicated include from exfat_super.c Remove duplicated include. Signed-off-by: YueHaibing Link: https://lore.kernel.org/r/20190905025608.61884-1-yuehaibing@huawei.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/exfat/exfat_super.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c index 46ff336..67d25a3 100644 --- a/drivers/staging/exfat/exfat_super.c +++ b/drivers/staging/exfat/exfat_super.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include -- 2.7.4