commit | e1d7ef1cc472de30995a50ecb9c7aa3361f985f9 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jan 30 10:49:30 2013 -0700 |
committer | Olof Johansson <olof@lixom.net> | Thu Jan 31 19:57:30 2013 -0800 |
tree | eac0288e3b522bf85d46c4ae6af010264e42a562 | |
parent | 80debae58435423def63632273139ee5fcb99c69 [diff] |
clocksource: always define CLOCKSOURCE_OF_DECLARE 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>