Skip to content

Commit

Permalink
clocksource: bcm_kona_timer: Remove unused bcm_timer_ids
Browse files Browse the repository at this point in the history
bcm_timer_ids is no longer used after converting to CLOCKSOURCE_OF_DECLARE.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
  • Loading branch information
Axel Lin authored and Daniel Lezcano committed Dec 11, 2013
1 parent 39039eb commit 6d19944
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/clocksource/bcm_kona_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ kona_timer_get_counter(void *timer_base, uint32_t *msw, uint32_t *lsw)
return;
}

static const struct of_device_id bcm_timer_ids[] __initconst = {
{.compatible = "brcm,kona-timer"},
{.compatible = "bcm,kona-timer"}, /* deprecated name */
{},
};

static void __init kona_timers_init(struct device_node *node)
{
u32 freq;
Expand Down

0 comments on commit 6d19944

Please sign in to comment.