[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20081104103557.GA6854@ubuntu>
Date: Tue, 4 Nov 2008 18:35:57 +0800
From: Jianjun Kong <jianjun@...ux.org>
To: dwmw2@...radead.org
Cc: Linux-Kernel-Mailing-List <linux-kernel@...r.kernel.org>
Subject: [PATCH] fs: remove duplicated #include
[PATCH] fs: remove duplicated #include
Removed duplicated #include <linux/errno.h> in fs/jffs2/compr_rubin.c
Signed-off-by: Jianjun Kong <jianjun@...ux.org>
---
fs/jffs2/compr_rubin.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/jffs2/compr_rubin.c b/fs/jffs2/compr_rubin.c
index c73fa89..2bc0fe4 100644
--- a/fs/jffs2/compr_rubin.c
+++ b/fs/jffs2/compr_rubin.c
@@ -24,7 +24,6 @@
#define BIT_DIVIDER_MIPS 1043
static int bits_mips[8] = { 277,249,290,267,229,341,212,241}; /* mips32 */
-#include <linux/errno.h>
struct pushpull {
unsigned char *buf;
--
1.5.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists