| commit | a52f5c5620673c292cb159205bf0e1eb5af1985b | [log] [tgz] |
|---|---|---|
| author | Dmitri Vorobiev <dmitri.vorobiev@movial.com> | Fri May 01 13:10:21 2009 -0700 |
| committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 02 10:31:14 2009 +0200 |
| tree | da1a57306d54bd832b3b0d656671daf27871f3e3 | |
| parent | 091438dd5668396328a3419abcbc6591159eb8d1 [diff] |
clockevents: tick_broadcast_device can become static The variable tick_broadcast_device is not used outside of the file where it is defined, so let's make it static. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>