Skip to content

Commit

Permalink
blackfin: time-ts: Remove duplicate assignment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Bob Liu committed Feb 20, 2013
1 parent 36c4723 commit f656c24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/blackfin/kernel/time-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,6 @@ void bfin_coretmr_clockevent_init(void)
evt->broadcast = smp_timer_broadcast;
#endif


#ifdef CONFIG_SMP
evt->broadcast = smp_timer_broadcast;
#endif


evt->name = "bfin_core_timer";
evt->rating = 350;
evt->irq = -1;
Expand Down

0 comments on commit f656c24

Please sign in to comment.