aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Porter <matt.porter@linaro.org>2013-09-20 13:41:06 -0400
committerMatt Porter <matt.porter@linaro.org>2013-09-30 16:52:57 -0400
commitdf74f3989b8c1b6cc594c4e7d001885ad5ae6e74 (patch)
tree38de7ad2d2ee6bec8c779b50098760e705853405
parentfd616c769aef31d5f40beea1d68b876d127fd500 (diff)
With arch/arm calling of_clk_init(NULL) and clocksource_of_init() this is no longer needed. The former is useful because we can make use of dummy fixed clocks for driver until a bcm281xx common clock driver is ready. Signed-off-by: Matt Porter <matt.porter@linaro.org>
-rw-r--r--arch/arm/mach-bcm/board_bcm281xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c
index dcfaf4ab25d6..cb3dc364405c 100644
--- a/arch/arm/mach-bcm/board_bcm281xx.c
+++ b/arch/arm/mach-bcm/board_bcm281xx.c
@@ -68,7 +68,6 @@ static void __init board_init(void)
static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, };
DT_MACHINE_START(BCM11351_DT, "BCM281xx Broadcom Application Processor")
- .init_time = clocksource_of_init,
.init_machine = board_init,
.restart = bcm_kona_restart,
.dt_compat = bcm11351_dt_compat,