Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.
From: Srinivas KANDAGATLA <hidden>
Date: 2013-05-09 14:56:49
Also in:
linux-arm-kernel, linux-serial, lkml
From: Srinivas KANDAGATLA <hidden>
Date: 2013-05-09 14:56:49
Also in:
linux-arm-kernel, linux-serial, lkml
On 09/05/13 15:51, Arnd Bergmann wrote:
It won't.quoted
quoted
Looking at the code in clocksource_of_init it just goes through the of_device_id table, which is not used in case of non-DT.All new platforms are DT-only, and none of the old platforms use this driver, so it does not matter.
It makes sense, I will remove the header file.
Arnd