aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@kernel.org>2009-08-09 20:23:12 +0530
committerAlex Elder <aelder@sgi.com>2009-09-15 12:30:30 -0500
commit9ef96da6ec5e1b4cf7eb8e30852cd88ec7d5fdc0 (patch)
treec6f289939c371628a6bd0a4da945a0993e37c882 /fs/xfs/linux-2.6/xfs_iops.c
parent361735fd8ff8f7d8b9f0e134d0d99d99ee193d92 (diff)
downloadkernel_samsung_smdk4412-9ef96da6ec5e1b4cf7eb8e30852cd88ec7d5fdc0.zip
kernel_samsung_smdk4412-9ef96da6ec5e1b4cf7eb8e30852cd88ec7d5fdc0.tar.gz
kernel_samsung_smdk4412-9ef96da6ec5e1b4cf7eb8e30852cd88ec7d5fdc0.tar.bz2
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>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_iops.c1
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 8070b34..626b474 100644
--- a/fs/xfs/linux-2.6/xfs_iops.c
+++ b/fs/xfs/linux-2.6/xfs_iops.c
@@ -43,7 +43,6 @@
#include "xfs_error.h"
#include "xfs_itable.h"
#include "xfs_rw.h"
-#include "xfs_acl.h"
#include "xfs_attr.h"
#include "xfs_buf_item.h"
#include "xfs_utils.h"