diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-09-05 02:56:08 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-09-05 09:37:31 +0200 |
commit | 0f16ebb9dcd60021e1a496b64b0b44f97cc2d8d9 (patch) | |
tree | 7779830dfc626ccdbc6fc4f356fcc953a4db2629 /drivers/staging | |
parent | 59d45f2a4d4a9fbea07f285994cae31ac13f2493 (diff) |
staging: exfat: remove duplicated include from exfat_super.c
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190905025608.61884-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/exfat/exfat_super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c index 46ff33688c42..67d25a3694a5 100644 --- a/drivers/staging/exfat/exfat_super.c +++ b/drivers/staging/exfat/exfat_super.c @@ -26,7 +26,6 @@ #include <linux/sched.h> #include <linux/fs_struct.h> #include <linux/namei.h> -#include <linux/time.h> #include <linux/string.h> #include <linux/nls.h> |