[PATCH] ARM/clocksource: use automatic DT probing
From: Thomas Gleixner <hidden>
Date: 2015-07-31 13:56:59
Also in:
lkml
From: Thomas Gleixner <hidden>
Date: 2015-07-31 13:56:59
Also in:
lkml
On Fri, 31 Jul 2015, Linus Walleij wrote:
The ARM core kernel already calls clocksource_of_init() so why go to all the trouble of locating and probing this node in the machine. CLOCKSOURCE_OF_DECLARE() will take care of it in the clocksource driver, and thus we can also get rid of the dangling header file <linux/clksrc-dbx500-prcmu.h> Suggested-by: Arnd Bergmann <redacted> Signed-off-by: Linus Walleij <redacted> --- Clocksource maintainers: please ACK this so I can take it through ARM SoC with a bunch of other cleanups.
Acked-by: Thomas Gleixner <redacted>