aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-09-05 02:56:08 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-05 09:37:31 +0200
commit0f16ebb9dcd60021e1a496b64b0b44f97cc2d8d9 (patch)
tree7779830dfc626ccdbc6fc4f356fcc953a4db2629 /drivers/staging
parentstaging: exfat: remove the redundant check when kfree an object in exfat_destroy_inode (diff)
downloadlinux-dev-0f16ebb9dcd60021e1a496b64b0b44f97cc2d8d9.tar.xz
linux-dev-0f16ebb9dcd60021e1a496b64b0b44f97cc2d8d9.zip
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.c1
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>