]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MIPS] i8253: make the pit_clockevent variable static
authorDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Wed, 18 Jun 2008 07:18:19 +0000 (10:18 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 Jul 2008 17:44:31 +0000 (18:44 +0100)
commit1ea6428cbdbb0fd1a6e7e8c3044253eab9aff4c7
tree4dbb2338a22881de838a831738830ed097ee7836
parent8736595bb2b0ce6188ca31308c40921f3f02f35b
[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>
arch/mips/kernel/i8253.c