diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-09 10:53:12 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2009-09-15 13:30:30 -0400 |
commit | 9ef96da6ec5e1b4cf7eb8e30852cd88ec7d5fdc0 (patch) | |
tree | c6f289939c371628a6bd0a4da945a0993e37c882 | |
parent | 361735fd8ff8f7d8b9f0e134d0d99d99ee193d92 (diff) |
xfs: includecheck fix for fs/xfs/xfs_iops.c
fix the following 'make includecheck' warning:
fs/xfs/linux-2.6/xfs_iops.c: xfs_acl.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index 8070b34cc287..626b474b2cdd 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #include "xfs_error.h" | 43 | #include "xfs_error.h" |
44 | #include "xfs_itable.h" | 44 | #include "xfs_itable.h" |
45 | #include "xfs_rw.h" | 45 | #include "xfs_rw.h" |
46 | #include "xfs_acl.h" | ||
47 | #include "xfs_attr.h" | 46 | #include "xfs_attr.h" |
48 | #include "xfs_buf_item.h" | 47 | #include "xfs_buf_item.h" |
49 | #include "xfs_utils.h" | 48 | #include "xfs_utils.h" |