Skip to content

Commit

Permalink
ARM: 7651/1: remove unused smp_timer_broadcast #define
Browse files Browse the repository at this point in the history
The assignment of clock_event_device::broadcast can be done by timer
core as of 12ad100: "clockevents: Add generic timer broadcast
function", and the arm code moved over to this as of 3d06770: "arm:
Add generic timer broadcast support", but left a dangling #define when
!CONFIG_GENERIC_TIMER_BROADCAST.

This patch removes the now unused #define.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Mark Rutland authored and Russell King committed Feb 13, 2013
1 parent 2fb20e2 commit 9664ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ void tick_broadcast(const struct cpumask *mask)
{
smp_cross_call(mask, IPI_TIMER);
}
#else
#define smp_timer_broadcast NULL
#endif

static void broadcast_timer_set_mode(enum clock_event_mode mode,
Expand Down

0 comments on commit 9664ffe

Please sign in to comment.