From: Jaswinder Singh Rajput Date: Sun, 9 Aug 2009 14:53:12 +0000 (+0530) Subject: xfs: includecheck fix for fs/xfs/xfs_iops.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ef96da6ec5e1b4cf7eb8e30852cd88ec7d5fdc0;p=linux-beck.git 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 Reviewed-by: Alex Elder Signed-off-by: Alex Elder --- 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 @@ #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"