From patchwork Mon Nov 19 11:55:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12935 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id C064823FC2 for ; Mon, 19 Nov 2012 12:01:21 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 74CF9A18ED5 for ; Mon, 19 Nov 2012 12:01:21 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so6295994iej.11 for ; Mon, 19 Nov 2012 04:01:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=jFMZiPN/lC9jFUngbmaXYZIgsTzkyOz0IhLc9lrflUQ=; b=RawtdUaTRNtlVtXSolIt1+05wgAVS/YBvWRnnvfG3v9CPyE4n61xLFFdibj3IJ/8Zs ipnsT6DmMxHAH8gI+CiW1tJHM2BUHq2pTBXTrgAM+XoxHw94ltbsYImutYPoXidCMRPS GgbNrc6+tOZzVGmRdjxZOaZIT3YmwU55sTW24WQQL9ZRn6m/rMM7yO1ZjGLxIHDLLrEL J7N6kCYJ07u26HHv10PYhfIK0vOXXsULlP0beR7iFRGV7M39U+QXBVOyP7sLwIiyqXR7 sS28bhZeKno+5epYLZNJ2KWgZVZPg7RFi1PehhBMJXWuyaQULF2KmygY54UL4NOX0G9S mENw== Received: by 10.50.91.195 with SMTP id cg3mr6262975igb.57.1353326480901; Mon, 19 Nov 2012 04:01:20 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp148316igt; Mon, 19 Nov 2012 04:01:20 -0800 (PST) Received: by 10.68.252.168 with SMTP id zt8mr32419119pbc.43.1353326480343; Mon, 19 Nov 2012 04:01:20 -0800 (PST) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by mx.google.com with ESMTPS id p7si13200373pay.32.2012.11.19.04.01.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 04:01:20 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.53; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.53 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f53.google.com with SMTP id bj3so3239944pad.12 for ; Mon, 19 Nov 2012 04:01:20 -0800 (PST) Received: by 10.68.203.198 with SMTP id ks6mr32290612pbc.35.1353326479959; Mon, 19 Nov 2012 04:01:19 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id zv10sm6119215pbc.76.2012.11.19.04.01.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 04:01:19 -0800 (PST) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: cjb@laptop.org, sebastian.hesselbarth@googlemail.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] mmc: sdhci-dove: remove duplicate inclusion of linux/err.h Date: Mon, 19 Nov 2012 17:25:13 +0530 Message-Id: <1353326113-9615-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmHPjjydt2uGEbeafhLzVD6hYXiMPMPhwhtNYYO6JH/y13XGwUSj/Yj4al/eqQEBewvkBBX linux/err.h was included twice. Signed-off-by: Sachin Kamat --- drivers/mmc/host/sdhci-dove.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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