There is nothing in use from of_address.h/of_irq.h, remove them.
Signed-off-by: Anson Huang <[email protected]>
---
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
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 <[email protected]>
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
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 <[email protected]>
AuthorDate: Tue, 17 Mar 2020 10:55:13 +08:00
Committer: Daniel Lezcano <[email protected]>
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 <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
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"