diff options
Diffstat (limited to 'fs/xfs/xfs.h')
-rw-r--r-- | fs/xfs/xfs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/xfs.h b/fs/xfs/xfs.h index 99b50d2bda9b..1a48dbb902a7 100644 --- a/fs/xfs/xfs.h +++ b/fs/xfs/xfs.h | |||
@@ -17,12 +17,5 @@ | |||
17 | */ | 17 | */ |
18 | #ifndef __XFS_H__ | 18 | #ifndef __XFS_H__ |
19 | #define __XFS_H__ | 19 | #define __XFS_H__ |
20 | |||
21 | #include <linux/version.h> | ||
22 | #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) | ||
23 | #include <linux-2.6/xfs_linux.h> | 20 | #include <linux-2.6/xfs_linux.h> |
24 | #else | ||
25 | #include <linux-2.4/xfs_linux.h> | ||
26 | #endif | ||
27 | |||
28 | #endif /* __XFS_H__ */ | 21 | #endif /* __XFS_H__ */ |