From patchwork Fri Oct 3 15:53:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5023741 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 147809F32B for ; Fri, 3 Oct 2014 16:03:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4D539201BB for ; Fri, 3 Oct 2014 16:03:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8DEA820114 for ; Fri, 3 Oct 2014 16:03:34 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xa5BO-0005mr-SF; Fri, 03 Oct 2014 15:54:14 +0000 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xa5BM-0005TA-BU for linux-arm-kernel@lists.infradead.org; Fri, 03 Oct 2014 15:54:12 +0000 Received: by mail-wg0-f44.google.com with SMTP id y10so1836581wgg.3 for ; Fri, 03 Oct 2014 08:53:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=2bTVkqDEfoIAf2jImq6Gvm+B4PBvhV80E5R7TB2mREk=; b=CcvihrWBGHj1wTWS3lwk+L6Y+oy94v+xkmKPKXFGtMyd2T+ijs07oq74n7+wgVdx+E Va4uUpbYjbJ0WE2+NhrwCTe0tEQmiDA2BPqXelRhJqmjEQYa5Nx6mZDhm849tmbPQ+zS 21JCHq8oweqyEdsgB7klO5Ti1UjqeHdBPD+DlCMMIlXCQajp+kj6kghqbM2f0d51xoWr AJL6YnFfMsxf41LaKCud4q0pSklQacXIWYk5FWv68VJflcYlJTLhvzf48omEHGIaHu9E nWPz5FimCnjRx1UGDF7othbNtBwh8NJypc5Fd1/MafF6wo9l/cIMybkHEZ1hiXa2UgKr AAAQ== X-Received: by 10.194.57.237 with SMTP id l13mr8679068wjq.102.1412351630222; Fri, 03 Oct 2014 08:53:50 -0700 (PDT) Received: from cizrna.lan (37-48-55-252.tmcz.cz. [37.48.55.252]) by mx.google.com with ESMTPSA id q2sm2470055wiy.23.2014.10.03.08.53.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Oct 2014 08:53:49 -0700 (PDT) From: Tomeu Vizoso To: Subject: [PATCH] mmc: sunxi: Remove unused includes of linux/clk-private.h Date: Fri, 3 Oct 2014 17:53:18 +0200 Message-Id: <1412351606-29453-1-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141003_085412_546088_C123C2FF X-CRM114-Status: UNSURE ( 9.46 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) Cc: Ulf Hansson , Mike Turquette , Tomeu Vizoso , Arnd Bergmann , linux-mmc@vger.kernel.org, Chris Ball , linux-kernel@vger.kernel.org, Hans de Goede , =?UTF-8?q?David=20Lanzend=C3=B6rfer?= , Maxime Ripard , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Tomeu Vizoso --- drivers/mmc/host/sunxi-mmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/sunxi-mmc.c b/drivers/mmc/host/sunxi-mmc.c index 024f67c..647955d 100644 --- a/drivers/mmc/host/sunxi-mmc.c +++ b/drivers/mmc/host/sunxi-mmc.c @@ -21,7 +21,6 @@ #include #include -#include #include #include