commit | 1ea6428cbdbb0fd1a6e7e8c3044253eab9aff4c7 | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> | Wed Jun 18 10:18:19 2008 +0300 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 15 18:44:31 2008 +0100 |
tree | 4dbb2338a22881de838a831738830ed097ee7836 | |
parent | 8736595bb2b0ce6188ca31308c40921f3f02f35b [diff] |
[MIPS] i8253: make the pit_clockevent variable static The pit_clockevent symbol is needlessly defined global. This patch makes that variable static. Spotted by sparse. Compile-tested using Malta defconfig. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>