diff --git a/fs/xfs/xfs_platform.h b/fs/xfs/xfs_platform.h index ec8cd71fc868..5223fe567ac1 100644 --- a/fs/xfs/xfs_platform.h +++ b/fs/xfs/xfs_platform.h @@ -8,19 +8,6 @@ #include #include - -/* - * Kernel specific type declarations for XFS - */ - -typedef __s64 xfs_off_t; /* type */ -typedef unsigned long long xfs_ino_t; /* type */ -typedef __s64 xfs_daddr_t; /* type */ -typedef __u32 xfs_dev_t; -typedef __u32 xfs_nlink_t; - -#include "xfs_types.h" - #include #include #include @@ -63,7 +50,6 @@ typedef __u32 xfs_nlink_t; #include #include #include - #include #include #include @@ -71,6 +57,16 @@ typedef __u32 xfs_nlink_t; #include #include +/* + * Kernel specific type declarations for XFS + */ +typedef __s64 xfs_off_t; /* type */ +typedef unsigned long long xfs_ino_t; /* type */ +typedef __s64 xfs_daddr_t; /* type */ +typedef __u32 xfs_dev_t; +typedef __u32 xfs_nlink_t; + +#include "xfs_types.h" #include "xfs_fs.h" #include "xfs_stats.h" #include "xfs_sysctl.h"