From patchwork Fri Oct 3 15:51:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5023351 Return-Path: X-Original-To: patchwork-linux-omap@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 9F140C11AB for ; Fri, 3 Oct 2014 15:52:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D456C201CE for ; Fri, 3 Oct 2014 15:52:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 02614201BB for ; Fri, 3 Oct 2014 15:52:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753297AbaJCPwN (ORCPT ); Fri, 3 Oct 2014 11:52:13 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:43346 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752869AbaJCPwN (ORCPT ); Fri, 3 Oct 2014 11:52:13 -0400 Received: by mail-wg0-f42.google.com with SMTP id z12so1845710wgg.1 for ; Fri, 03 Oct 2014 08:52:12 -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=GDc15jQ7sJZC620DZmGuxmUnqYNCiEAGZoW4X21P4P4=; b=0Vuy0x2J9C72DgSbOKlyKtUZ5Sx+mvdoAEb29bXbtfdTNb59zXppCDQgZki1xdgzOO fzYuMGWqu8g3YrtBkNdpN3/TVT7YgqO6TFDWhuUSUTRWnbyAzvx3NGp/zS/S7034Wfbf htOZNOtiF4mRKJOp8XDIQ47xR5HyEbfS0/lXGPfmLaSkVoNsYqOXW80L0LDahc2Q7jp6 YGIVTiO5X//aSQeDlM9xIbJIL+r57XEdEA9Zuxq0W8kwjzr0b0vFnI1f/WH8/LAvhRIA /hi3OMszc7bf1tuC/oCfP6VX32Lzm47KxIXBQDah90MK8V13jFuwUM7PtepSTfh4BVdJ kxAw== X-Received: by 10.194.184.40 with SMTP id er8mr8328256wjc.104.1412351531972; Fri, 03 Oct 2014 08:52:11 -0700 (PDT) Received: from cizrna.lan (37-48-55-252.tmcz.cz. [37.48.55.252]) by mx.google.com with ESMTPSA id pn5sm8390945wjc.4.2014.10.03.08.52.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Oct 2014 08:52:11 -0700 (PDT) From: Tomeu Vizoso Cc: Mike Turquette , Tomeu Vizoso , Tero Kristo , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] CLK: TI: Remove unused includes of linux/clk-private.h Date: Fri, 3 Oct 2014 17:51:59 +0200 Message-Id: <1412351519-29214-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-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@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=unavailable 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/clk/ti/clk-44xx.c | 1 - drivers/clk/ti/clk-54xx.c | 1 - drivers/clk/ti/clk-7xx.c | 1 - include/linux/clk/ti.h | 1 + 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/ti/clk-44xx.c b/drivers/clk/ti/clk-44xx.c index 02517a8..8ea705e 100644 --- a/drivers/clk/ti/clk-44xx.c +++ b/drivers/clk/ti/clk-44xx.c @@ -12,7 +12,6 @@ #include #include -#include #include #include diff --git a/drivers/clk/ti/clk-54xx.c b/drivers/clk/ti/clk-54xx.c index 5e18399..e823d0b 100644 --- a/drivers/clk/ti/clk-54xx.c +++ b/drivers/clk/ti/clk-54xx.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include diff --git a/drivers/clk/ti/clk-7xx.c b/drivers/clk/ti/clk-7xx.c index 62ac8f6..afd61a6 100644 --- a/drivers/clk/ti/clk-7xx.c +++ b/drivers/clk/ti/clk-7xx.c @@ -12,7 +12,6 @@ #include #include -#include #include #include diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index e8d8a35..ced953a 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -16,6 +16,7 @@ #define __LINUX_CLK_TI_H__ #include +#include /** * struct dpll_data - DPLL registers and integration data