Skip to content

Commit

Permalink
xfs: includecheck fix for fs/xfs/xfs_iops.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Alex Elder <[email protected]>
Signed-off-by: Alex Elder <[email protected]>
  • Loading branch information
Jaswinder Singh Rajput authored and Alex Elder committed Sep 15, 2009
1 parent 361735f commit 9ef96da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9ef96da

Please sign in to comment.