commit | c1b724f6659a7e9e32f8fcf6409d053e1b7bccad | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Thu Jan 03 20:23:13 2013 -0700 |
committer | Stephen Warren <swarren@wwwdotorg.org> | Mon Jan 14 21:45:58 2013 -0700 |
tree | f5ab383348e30169aad1fb54e2460e1b28560229 | |
parent | b2fc382aad0a8f52803acdc3ac4e5540dbcdf1f6 [diff] |
ARM: bcm2835: make use of CLKSRC_OF Using CLKSRC_OF enables deletion of the SoC-specific header bcm2835_timer.h, replacing the custom function bcm2835_timer_init() with the standardized automatic clocksource_of_init(). Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>