diff options
author | Sheng Yong <shengyong1@huawei.com> | 2015-04-02 23:47:42 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-04-02 23:47:42 -0400 |
commit | 72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 (patch) | |
tree | b9ba0496846e522e0d01edda682fb93411e412e2 /fs/ext4/bitmap.c | |
parent | 4255c224b97f6d286d9d791962dec2b02c652b42 (diff) | |
download | linux-stable-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.gz linux-stable-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.bz2 linux-stable-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.zip |
ext4: remove unused header files
Remove unused header files and header files which are included in
ext4.h.
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/bitmap.c')
-rw-r--r-- | fs/ext4/bitmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/bitmap.c b/fs/ext4/bitmap.c index b610779a958c..4a606afb171f 100644 --- a/fs/ext4/bitmap.c +++ b/fs/ext4/bitmap.c @@ -8,7 +8,6 @@ */ #include <linux/buffer_head.h> -#include <linux/jbd2.h> #include "ext4.h" unsigned int ext4_count_free(char *bitmap, unsigned int numchars) |