clocksource: always define CLOCKSOURCE_OF_DECLARE
authorStephen Warren <swarren@nvidia.com>
Wed, 30 Jan 2013 17:49:30 +0000 (10:49 -0700)
committerOlof Johansson <olof@lixom.net>
Fri, 1 Feb 2013 03:57:30 +0000 (19:57 -0800)
This allows clocksource drivers that support both DT and non-DT to
always invoke macro CLOCKSOURCE_OF_DECLARE(), rather than wrapping
it in a #ifdef CONFIG_CLKSRC_OF, which simplifies their code.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found