diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-01-21 10:49:16 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2009-01-21 10:49:16 -0500 |
commit | 7eaebe7d503c3ef240ac7b3efc5433fe647c0298 (patch) | |
tree | 6e54b7766559555d3a4e205a0524a4df02f6cf5b /fs/btrfs/async-thread.c | |
parent | 070604040b86511cc2df0f25f98e26c5529bd928 (diff) | |
download | blackbird-op-linux-7eaebe7d503c3ef240ac7b3efc5433fe647c0298.tar.gz blackbird-op-linux-7eaebe7d503c3ef240ac7b3efc5433fe647c0298.zip |
Btrfs: removed unused #include <version.h>'s
Removed unused #include <version.h>'s in btrfs
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/async-thread.c')
-rw-r--r-- | fs/btrfs/async-thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 8e2fec05dbe0..d5f4e94f2ca2 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c @@ -16,7 +16,6 @@ * Boston, MA 021110-1307, USA. */ -#include <linux/version.h> #include <linux/kthread.h> #include <linux/list.h> #include <linux/spinlock.h> |