diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-10-06 20:41:15 +0200 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-10-18 22:08:04 +0200 |
commit | 668332e5fec809bb100da619fda80e033b12b4a7 (patch) | |
tree | 9388cfa5a915c119de3f9760cba85c7d1972f717 /fs/xfs/linux-2.6/xfs_super.c | |
parent | xfs: remove xfs_refcache.h (diff) | |
download | linux-668332e5fec809bb100da619fda80e033b12b4a7.tar.xz linux-668332e5fec809bb100da619fda80e033b12b4a7.zip |
xfs: remove xfs_version.h
It used to have a place when it contained an automatically generated
CVS version, but these days it's entirely superflous.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index a316c7316702..48d5f8206549 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -44,7 +44,6 @@ #include "xfs_buf_item.h" #include "xfs_utils.h" #include "xfs_vnodeops.h" -#include "xfs_version.h" #include "xfs_log_priv.h" #include "xfs_trans_priv.h" #include "xfs_filestream.h" |