Message ID | 20191107015923.100013-1-yuehaibing@huawei.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
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
Remove including <linux/version.h> that don't need it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- drivers/staging/vboxsf/vfsmod.h | 1 - 1 file changed, 1 deletion(-)