[PATCH] reiserfs: removed duplicated #include

From: Jan Kara
Date: Mon Aug 11 2008 - 06:49:29 EST


From: Huang Weiyi <weiyi.huang@xxxxxxxxx>

Removed duplicated #include <linux/quotaops.h> in
fs/reiserfs/super.c.

Signed-off-by: Huang Weiyi <weiyi.huang@xxxxxxxxx>
Signed-off-by: Jan Kara <jack@xxxxxxx>
---
Just forwarding from LKML so that you don't miss it. Please apply. Thanks.

diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
index 282a135..d318c7e 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
@@ -27,7 +27,6 @@
#include <linux/mnt_namespace.h>
#include <linux/mount.h>
#include <linux/namei.h>
-#include <linux/quotaops.h>

struct file_system_type reiserfs_fs_type;


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/