[PATCH -next] staging: exfat: remove unused including <linux/version.h>

From: YueHaibing
Date: Wed Sep 04 2019 - 22:38:42 EST


Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
---
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 5b5c2ca8c9aa..cb43a39864af 100644
--- a/drivers/staging/exfat/exfat_super.c
+++ b/drivers/staging/exfat/exfat_super.c
@@ -3,7 +3,6 @@
* Copyright (C) 2012-2013 Samsung Electronics Co., Ltd.
*/

-#include <linux/version.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/time.h>