Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Anson Huang and committed by
Daniel Lezcano
3d17cee2 55a690f4

-2
-2
drivers/clocksource/timer-imx-sysctr.c
··· 4 4 5 5 #include <linux/interrupt.h> 6 6 #include <linux/clockchips.h> 7 - #include <linux/of_address.h> 8 - #include <linux/of_irq.h> 9 7 10 8 #include "timer-of.h" 11 9