2015-04-20 07:01:43

by Zhang Zhen

[permalink] [raw]
Subject: [PATCH] fs/ext4: remove unused header file

bitops.h provide definitions and macros that aren't used
in fs/ext4/inode.c at all.

Signed-off-by: Zhang Zhen <[email protected]>
---
fs/ext4/inode.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 035b7a0..2b04a86 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -37,7 +37,6 @@
#include <linux/printk.h>
#include <linux/slab.h>
#include <linux/ratelimit.h>
-#include <linux/bitops.h>

#include "ext4_jbd2.h"
#include "xattr.h"
--
1.9.1


.