linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: h8300: Remove clk.h and clkdev.h includes
@ 2015-07-13 23:48 Stephen Boyd
  2015-07-13 23:52 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2015-07-13 23:48 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd; +Cc: linux-kernel, linux-clk, Yoshinori Sato

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>
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: h8300: Remove clk.h and clkdev.h includes
  2015-07-13 23:48 [PATCH] clk: h8300: Remove clk.h and clkdev.h includes Stephen Boyd
@ 2015-07-13 23:52 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-07-13 23:52 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Mike Turquette, linux-kernel, linux-clk, Yoshinori Sato

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-13 23:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).