public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: remove duplicated #include
@ 2008-11-04 10:35 Jianjun Kong
  0 siblings, 0 replies; only message in thread
From: Jianjun Kong @ 2008-11-04 10:35 UTC (permalink / raw)
  To: dwmw2; +Cc: Linux-Kernel-Mailing-List


[PATCH] fs: remove duplicated #include

Removed duplicated #include <linux/errno.h> in fs/jffs2/compr_rubin.c

Signed-off-by: Jianjun Kong <jianjun@zeuux.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-04 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 10:35 [PATCH] fs: remove duplicated #include Jianjun Kong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox