ARM: bcm2835: make use of CLKSRC_OF
authorStephen Warren <swarren@wwwdotorg.org>
Fri, 4 Jan 2013 03:23:13 +0000 (20:23 -0700)
committerStephen Warren <swarren@wwwdotorg.org>
Tue, 15 Jan 2013 04:45:58 +0000 (21:45 -0700)
commitc1b724f6659a7e9e32f8fcf6409d053e1b7bccad
treef5ab383348e30169aad1fb54e2460e1b28560229
parentb2fc382aad0a8f52803acdc3ac4e5540dbcdf1f6
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>
arch/arm/Kconfig
arch/arm/mach-bcm2835/bcm2835.c
drivers/clocksource/bcm2835_timer.c
include/linux/bcm2835_timer.h [deleted file]