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: 5023371 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6473DC11AB for ; Fri, 3 Oct 2014 15:53:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 71A80201BB for ; Fri, 3 Oct 2014 15:53:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B5352017E for ; Fri, 3 Oct 2014 15:53:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752800AbaJCPxw (ORCPT ); Fri, 3 Oct 2014 11:53:52 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:48366 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711AbaJCPxv (ORCPT ); Fri, 3 Oct 2014 11:53:51 -0400 Received: by mail-wi0-f176.google.com with SMTP id hi2so7637522wib.9 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 Cc: Mike Turquette , Tomeu Vizoso , Chris Ball , Ulf Hansson , Maxime Ripard , Arnd Bergmann , Hans de Goede , =?UTF-8?q?David=20Lanzend=C3=B6rfer?= , linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org 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 To: unlisted-recipients:; (no To-header on input) Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham 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