From patchwork Mon Sep 19 11:25:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 115392 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 238F1B702E for ; Tue, 20 Sep 2011 06:43:37 +1000 (EST) Received: from canuck.infradead.org ([134.117.69.58]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R5dMX-0007AX-Q7; Mon, 19 Sep 2011 12:54:17 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R5bzF-0001ly-Ei; Mon, 19 Sep 2011 11:26:09 +0000 Received: from mga09.intel.com ([134.134.136.24]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R5bz1-0001jS-W0 for linux-mtd@lists.infradead.org; Mon, 19 Sep 2011 11:25:57 +0000 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 19 Sep 2011 04:25:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="50060695" Received: from unknown (HELO smile) ([10.255.14.174]) by orsmga002.jf.intel.com with ESMTP; 19 Sep 2011 04:25:53 -0700 Received: from andy by smile with local (Exim 4.76) (envelope-from ) id 1R5byk-0002ap-IV; Mon, 19 Sep 2011 14:25:38 +0300 From: Andy Shevchenko To: Artem Bityutskiy , linux-mtd@lists.infradead.org Subject: [PATCH 1/7] jffs2reader: update the header inclusion block Date: Mon, 19 Sep 2011 14:25:18 +0300 Message-Id: X-Mailer: git-send-email 1.7.5.4 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110919_072556_203827_F4BBB76F X-CRM114-Status: GOOD ( 11.03 ) X-Spam-Score: -2.8 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [134.134.136.24 listed in list.dnswl.org] -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: Alexey Dokuchaev , Andy Shevchenko X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Alexey Dokuchaev Signed-off-by: Andy Shevchenko --- jffs2reader.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jffs2reader.c b/jffs2reader.c index d5a3d95..11f841d 100644 --- a/jffs2reader.c +++ b/jffs2reader.c @@ -64,7 +64,6 @@ BUGS: #define PROGRAM_NAME "jffs2reader" -#include #include #include #include @@ -74,9 +73,10 @@ BUGS: #include #include #include -#include #include -#include +#include + +#include "mtd/jffs2-user.h" #include "common.h" #define SCRATCH_SIZE (5*1024*1024)