diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-12-14 17:24:20 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-12-14 17:24:20 +0300 |
commit | 149feb00d7c3f4f06896b245533c957b54e3e052 (patch) | |
tree | 116556a8e8943d1b315235e960a1d0c806466318 /fs/ext4/mballoc.h | |
parent | 6b7b284958d47b77d06745b36bc7f36dab769d9b (diff) | |
download | linux-149feb00d7c3f4f06896b245533c957b54e3e052.tar.xz |
ext4: remove unused #include <linux/version.h>
Remove unused #include <linux/version.h>('s) in
fs/ext4/block_validity.c
fs/ext4/mballoc.h
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/mballoc.h')
-rw-r--r-- | fs/ext4/mballoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index 0ca811061bc7..436521cae456 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h @@ -17,7 +17,6 @@ #include <linux/proc_fs.h> #include <linux/pagemap.h> #include <linux/seq_file.h> -#include <linux/version.h> #include <linux/blkdev.h> #include <linux/mutex.h> #include "ext4_jbd2.h" |