mirror of https://gitee.com/openkylin/linux.git
clocksource: bcm_kona_timer: Remove unused bcm_timer_ids
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>
This commit is contained in:
parent
39039eb31c
commit
6d19944bd2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue