Skip to content

Commit

Permalink
v9fs: do not include linux/version.h
Browse files Browse the repository at this point in the history
I noticed that part of v9fs was being rebuilt when version.h changed.

Signed-off-by: Paul Collins <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
vmpjdc authored and AdrianBunk committed Jun 30, 2006
1 parent 741c80c commit 779cbf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fs/9p/vfs_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <linux/string.h>
#include <linux/smp_lock.h>
#include <linux/inet.h>
#include <linux/version.h>
#include <linux/pagemap.h>
#include <linux/idr.h>

Expand Down
1 change: 0 additions & 1 deletion fs/9p/vfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <linux/string.h>
#include <linux/smp_lock.h>
#include <linux/inet.h>
#include <linux/version.h>
#include <linux/list.h>
#include <asm/uaccess.h>
#include <linux/idr.h>
Expand Down

0 comments on commit 779cbf0

Please sign in to comment.