diff options
author | YueHaibing | 2019-11-07 01:59:23 +0000 |
---|---|---|
committer | Greg Kroah-Hartman | 2019-11-07 16:29:17 +0100 |
commit | 32e9f6cb07348427abb2806abc67e743a2993b68 (patch) | |
tree | 4d0c8811a31b1d3338980214e39de0c290aeed8a /drivers | |
parent | fe4c59394ededc798ab939556d887d2e1234c67f (diff) |
staging: vboxsf: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20191107015923.100013-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/vboxsf/vfsmod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vboxsf/vfsmod.h b/drivers/staging/vboxsf/vfsmod.h index de650d65fbe4..18f95b00fc33 100644 --- a/drivers/staging/vboxsf/vfsmod.h +++ b/drivers/staging/vboxsf/vfsmod.h @@ -10,7 +10,6 @@ #include <linux/backing-dev.h> #include <linux/idr.h> -#include <linux/version.h> #include "shfl_hostintf.h" #define DIR_BUFFER_SIZE SZ_16K |