From patchwork Wed Oct 30 05:34:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 287134 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 724A82C0372 for ; Wed, 30 Oct 2013 16:35:01 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOQa-0002dE-Te; Wed, 30 Oct 2013 05:34:49 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOQZ-0006Qg-A7; Wed, 30 Oct 2013 05:34:47 +0000 Received: from mail-bk0-x235.google.com ([2a00:1450:4008:c01::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VbOQW-0006PF-Ln for linux-mtd@lists.infradead.org; Wed, 30 Oct 2013 05:34:45 +0000 Received: by mail-bk0-f53.google.com with SMTP id w11so277835bkz.12 for ; Tue, 29 Oct 2013 22:34:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=hKQyW5RZzPl8RFNg7xaKjtFl5TopEkzwciyxiIIW8Mg=; b=EFwRvK0LTZgK0pfHcrZXu/Wn1Di9KzmGBcoTOvsTHEEItFcBypqw3fouUUmEOD5EnX NQT6s0T1X5EEZ4ju4kTAZhHDsBVNKp4/VZS9CtwkpjSpwT75nJaR/pNRIvpToG16oXCM VhLFSP5Oz8oW3UtXEvETM0mAkZ8xZEmWoag/4b+8TGk940we95sO7LGIZ+mL7kIQH8UZ QkTrYP/uomBvzDJpW1xLZFYjKwvNSNd72iPQrI8ZuRvD2N+72L4IvrBJFvsrI9A6+hvI Co8fE1dpEaQV8E7KrUB+Jz1HChoNnLgHk0F7aMr++QmCvifuU1Au84t56Qh/0N+v9BsC yp6A== MIME-Version: 1.0 X-Received: by 10.205.10.132 with SMTP id pa4mr1631236bkb.15.1383111262664; Tue, 29 Oct 2013 22:34:22 -0700 (PDT) Received: by 10.205.19.10 with HTTP; Tue, 29 Oct 2013 22:34:22 -0700 (PDT) Date: Wed, 30 Oct 2013 13:34:22 +0800 Message-ID: Subject: [PATCH -next] mtd: remove duplicated include from mtdcore.c From: Wei Yongjun To: dwmw2@infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131030_013444_859181_0CE59B96 X-CRM114-Status: UNSURE ( 8.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (weiyj.lk[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: yongjun_wei@trendmicro.com.cn, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun Acked-by: Ezequiel Garcia --- drivers/mtd/mtdcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index 7189089..92311a5 100644 --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c @@ -37,7 +37,6 @@ #include #include #include -#include #include #include