diff options
author | Paul Collins <paul@ondioline.org> | 2006-06-30 12:50:03 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:50:03 -0400 |
commit | 779cbf0bbc75629ecffd480d2f261af42ea80bbe (patch) | |
tree | ca180cc6d650ab5e963a312085dc1955033fe601 /fs/9p/vfs_addr.c | |
parent | 741c80c24b20b5ce1903d767a13caeac0fef62c6 (diff) |
v9fs: do not include linux/version.h
I noticed that part of v9fs was being rebuilt when version.h changed.
Signed-off-by: Paul Collins <paul@ondioline.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/9p/vfs_addr.c')
-rw-r--r-- | fs/9p/vfs_addr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c index d4f0aa3c87f2..9dfd259a70b4 100644 --- a/fs/9p/vfs_addr.c +++ b/fs/9p/vfs_addr.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <linux/string.h> | 31 | #include <linux/string.h> |
32 | #include <linux/smp_lock.h> | 32 | #include <linux/smp_lock.h> |
33 | #include <linux/inet.h> | 33 | #include <linux/inet.h> |
34 | #include <linux/version.h> | ||
35 | #include <linux/pagemap.h> | 34 | #include <linux/pagemap.h> |
36 | #include <linux/idr.h> | 35 | #include <linux/idr.h> |
37 | 36 | ||