Skip to content

Commit

Permalink
fs/ntfs3: Remove unused including <linux/version.h>
Browse files Browse the repository at this point in the history
Eliminate the follow versioncheck warning:

./fs/ntfs3/inode.c: 16 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: 82cae26 ("fs/ntfs3: Add initialization of super block")
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
  • Loading branch information
Jiapeng Chong authored and xanmod committed Aug 31, 2021
1 parent 208e2b5 commit 75d85f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ntfs3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <linux/namei.h>
#include <linux/nls.h>
#include <linux/uio.h>
#include <linux/version.h>
#include <linux/writeback.h>

#include "debug.h"
Expand Down

0 comments on commit 75d85f8

Please sign in to comment.