xfs: includecheck fix for fs/xfs/xfs_iops.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Sun, 9 Aug 2009 14:53:12 +0000 (20:23 +0530)
committerAlex Elder <aelder@sgi.com>
Tue, 15 Sep 2009 17:30:30 +0000 (12:30 -0500)
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>
fs/xfs/linux-2.6/xfs_iops.c

index 8070b34..626b474 100644 (file)
@@ -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"