From patchwork Thu Nov 1 05:51:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 1683161 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 4D63FDF2D2 for ; Thu, 1 Nov 2012 05:51:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752141Ab2KAFvZ (ORCPT ); Thu, 1 Nov 2012 01:51:25 -0400 Received: from mail-qa0-f46.google.com ([209.85.216.46]:33661 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021Ab2KAFvY (ORCPT ); Thu, 1 Nov 2012 01:51:24 -0400 Received: by mail-qa0-f46.google.com with SMTP id c26so37860qad.19 for ; Wed, 31 Oct 2012 22:51:24 -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=eRFOdzQF/byQN4yuwyQhiSqnBzFKRABNhkptK0Wzg98=; b=b4XPMoU8AQOcAVh3l/FVw6tTQbcgbxVjrxZElHhZT23xBoufBeC9gJU8eCgXMytcxw Njvv5mrMUo3Ku8wWsX89EpcZw4YbtKRNZBfekXuIZm1abM51ScAqrMRdml8NXwMCKFcp 5Vr1UrsuFaixeQrj2KG7qVVWwet3eSGIG3JPdZ5gJDpAwgV2Lm5fFsdZkIEd2TRqX6rO kddwb2MUz4qF6L7DeU90rP/78Mnjffx4QRB8rx8we8VvL/bvPlc/o8fVDo7mXfHPJCNR m9g8TwCvzTvtQwJMUnXZOG0onQ7t/xT3K3XQ8sZVvRLQXur0JCzZlVQH3ZUgqKAr55KG vFDA== MIME-Version: 1.0 Received: by 10.224.72.206 with SMTP id n14mr24042409qaj.38.1351749084159; Wed, 31 Oct 2012 22:51:24 -0700 (PDT) Received: by 10.229.207.197 with HTTP; Wed, 31 Oct 2012 22:51:24 -0700 (PDT) Date: Thu, 1 Nov 2012 13:51:24 +0800 Message-ID: Subject: [PATCH -next] mmc: sdhci-dove: remove duplicated include from sdhci-dove.c From: Wei Yongjun To: cjb@laptop.org, grant.likely@secretlab.ca, rob.herring@calxeda.com Cc: yongjun_wei@trendmicro.com.cn, linux-mmc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org From: Wei Yongjun Remove duplicated include. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/mmc/host/sdhci-dove.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c index 8fd50a2..2a03f30 100644 --- a/drivers/mmc/host/sdhci-dove.c +++ b/drivers/mmc/host/sdhci-dove.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include