All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Mike Turquette <mturquette@baylibre.com>,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: Re: [PATCH] clk: h8300: Remove clk.h and clkdev.h includes
Date: Mon, 13 Jul 2015 16:52:30 -0700	[thread overview]
Message-ID: <55A44F3E.2040500@codeaurora.org> (raw)
In-Reply-To: <1436831337-8996-1-git-send-email-sboyd@codeaurora.org>

On 07/13/2015 04:48 PM, Stephen Boyd wrote:
> Neither of these includes are used in this driver, remove them.
>
> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
>   drivers/clk/h8300/clk-h8s2678.c | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/drivers/clk/h8300/clk-h8s2678.c b/drivers/clk/h8300/clk-h8s2678.c
> index 4701b093e497..44aa45f71f1b 100644
> --- a/drivers/clk/h8300/clk-h8s2678.c
> +++ b/drivers/clk/h8300/clk-h8s2678.c
> @@ -4,8 +4,6 @@
>    * Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp>
>    */
>   
> -#include <linux/clk.h>
> -#include <linux/clkdev.h>
>   #include <linux/clk-provider.h>
>   #include <linux/err.h>
>   #include <linux/device.h>

Ugh and the same is in in h8300/clk-div.c

---8<----

diff --git a/drivers/clk/h8300/clk-div.c b/drivers/clk/h8300/clk-div.c
index 56f9eba91b83..1aaf75edf097 100644
--- a/drivers/clk/h8300/clk-div.c
+++ b/drivers/clk/h8300/clk-div.c
@@ -4,8 +4,6 @@
   * Copyright 2015 Yoshinori Sato <ysato@users.sourceforge.jp>
   */
  
-#include <linux/clk.h>
-#include <linux/clkdev.h>
  #include <linux/clk-provider.h>
  #include <linux/err.h>
  #include <linux/of.h>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

      reply	other threads:[~2015-07-13 23:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-13 23:48 [PATCH] clk: h8300: Remove clk.h and clkdev.h includes Stephen Boyd
2015-07-13 23:52 ` Stephen Boyd [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55A44F3E.2040500@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.