blackfin: time-ts: Remove duplicate assignment
It seems that this assignment is done twice in a row. Remove the duplicate assignment. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Cc: Steven Miao <realmz6@gmail.com> Cc: trivial@kernel.org Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
@@ -329,12 +329,6 @@ void bfin_coretmr_clockevent_init(void)
|
|||||||
evt->broadcast = smp_timer_broadcast;
|
evt->broadcast = smp_timer_broadcast;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
|
||||||
evt->broadcast = smp_timer_broadcast;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
evt->name = "bfin_core_timer";
|
evt->name = "bfin_core_timer";
|
||||||
evt->rating = 350;
|
evt->rating = 350;
|
||||||
evt->irq = -1;
|
evt->irq = -1;
|
||||||
|
Reference in New Issue
Block a user