aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-10-06 18:41:15 +0000
committerAlex Elder <aelder@sgi.com>2010-10-18 15:08:04 -0500
commit668332e5fec809bb100da619fda80e033b12b4a7 (patch)
tree9388cfa5a915c119de3f9760cba85c7d1972f717 /fs/xfs/linux-2.6/xfs_super.c
parent1ae4fe6dba24ebabcd12cd0fa45cc5955394cbd8 (diff)
downloadkernel_samsung_espresso10-668332e5fec809bb100da619fda80e033b12b4a7.zip
kernel_samsung_espresso10-668332e5fec809bb100da619fda80e033b12b4a7.tar.gz
kernel_samsung_espresso10-668332e5fec809bb100da619fda80e033b12b4a7.tar.bz2
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.c1
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 a316c73..48d5f82 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"