From: Mark Rutland Date: Tue, 12 Feb 2013 17:22:14 +0000 (+0100) Subject: ARM: 7651/1: remove unused smp_timer_broadcast #define X-Git-Tag: v3.9-rc1~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9664ffe6a16676fa4d6a238ad3d9bb6cc24825a1;p=pandora-kernel.git ARM: 7651/1: remove unused smp_timer_broadcast #define The assignment of clock_event_device::broadcast can be done by timer core as of 12ad100046: "clockevents: Add generic timer broadcast function", and the arm code moved over to this as of 3d06770eef: "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 Signed-off-by: Russell King --- Reading git-diff-tree failed