linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource: imx-sysctr: Remove unused includes
@ 2020-03-17  2:55 Anson Huang
  2020-03-17  9:12 ` Daniel Lezcano
  2020-03-19  8:47 ` [tip: timers/core] clocksource/drivers/imx-sysctr: " tip-bot2 for Anson Huang
  0 siblings, 2 replies; 3+ messages in thread
From: Anson Huang @ 2020-03-17  2:55 UTC (permalink / raw)
  To: daniel.lezcano, tglx, shawnguo, s.hauer, kernel, festevam,
	linux-kernel, linux-arm-kernel
  Cc: Linux-imx

There is nothing in use from of_address.h/of_irq.h, remove them.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/clocksource/timer-imx-sysctr.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clocksource/timer-imx-sysctr.c b/drivers/clocksource/timer-imx-sysctr.c
index b7c80a3..18b90fc 100644
--- a/drivers/clocksource/timer-imx-sysctr.c
+++ b/drivers/clocksource/timer-imx-sysctr.c
@@ -4,8 +4,6 @@
 
 #include <linux/interrupt.h>
 #include <linux/clockchips.h>
-#include <linux/of_address.h>
-#include <linux/of_irq.h>
 
 #include "timer-of.h"
 
-- 
2.7.4


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

* Re: [PATCH] clocksource: imx-sysctr: Remove unused includes
  2020-03-17  2:55 [PATCH] clocksource: imx-sysctr: Remove unused includes Anson Huang
@ 2020-03-17  9:12 ` Daniel Lezcano
  2020-03-19  8:47 ` [tip: timers/core] clocksource/drivers/imx-sysctr: " tip-bot2 for Anson Huang
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2020-03-17  9:12 UTC (permalink / raw)
  To: Anson Huang, tglx, shawnguo, s.hauer, kernel, festevam,
	linux-kernel, linux-arm-kernel
  Cc: Linux-imx

On 17/03/2020 03:55, Anson Huang wrote:
> There is nothing in use from of_address.h/of_irq.h, remove them.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

Applied, thanks

> ---
>  drivers/clocksource/timer-imx-sysctr.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/clocksource/timer-imx-sysctr.c b/drivers/clocksource/timer-imx-sysctr.c
> index b7c80a3..18b90fc 100644
> --- a/drivers/clocksource/timer-imx-sysctr.c
> +++ b/drivers/clocksource/timer-imx-sysctr.c
> @@ -4,8 +4,6 @@
>  
>  #include <linux/interrupt.h>
>  #include <linux/clockchips.h>
> -#include <linux/of_address.h>
> -#include <linux/of_irq.h>
>  
>  #include "timer-of.h"
>  
> 


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* [tip: timers/core] clocksource/drivers/imx-sysctr: Remove unused includes
  2020-03-17  2:55 [PATCH] clocksource: imx-sysctr: Remove unused includes Anson Huang
  2020-03-17  9:12 ` Daniel Lezcano
@ 2020-03-19  8:47 ` tip-bot2 for Anson Huang
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Anson Huang @ 2020-03-19  8:47 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Anson Huang, Daniel Lezcano, x86, LKML

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     3d17cee291e8a4bc4c8b29b1c8a1b79e12f95473
Gitweb:        https://git.kernel.org/tip/3d17cee291e8a4bc4c8b29b1c8a1b79e12f95473
Author:        Anson Huang <Anson.Huang@nxp.com>
AuthorDate:    Tue, 17 Mar 2020 10:55:13 +08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Tue, 17 Mar 2020 10:11:45 +01:00

clocksource/drivers/imx-sysctr: Remove unused includes

There is nothing in use from of_address.h/of_irq.h, remove them.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1584413713-7376-1-git-send-email-Anson.Huang@nxp.com
---
 drivers/clocksource/timer-imx-sysctr.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clocksource/timer-imx-sysctr.c b/drivers/clocksource/timer-imx-sysctr.c
index b7c80a3..18b90fc 100644
--- a/drivers/clocksource/timer-imx-sysctr.c
+++ b/drivers/clocksource/timer-imx-sysctr.c
@@ -4,8 +4,6 @@
 
 #include <linux/interrupt.h>
 #include <linux/clockchips.h>
-#include <linux/of_address.h>
-#include <linux/of_irq.h>
 
 #include "timer-of.h"
 

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

end of thread, other threads:[~2020-03-19  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  2:55 [PATCH] clocksource: imx-sysctr: Remove unused includes Anson Huang
2020-03-17  9:12 ` Daniel Lezcano
2020-03-19  8:47 ` [tip: timers/core] clocksource/drivers/imx-sysctr: " tip-bot2 for Anson Huang

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).