dect
/
linux-2.6
Archived
13
0
Fork 0

i386: timer_irq_works() static again

timer_irq_works() needlessly became global.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Adrian Bunk 2007-07-21 17:10:29 +02:00 committed by Linus Torvalds
parent 3f9c8d19d2
commit f0a7a5c93d
1 changed files with 1 additions and 1 deletions

View File

@ -1902,7 +1902,7 @@ __setup("no_timer_check", notimercheck);
* - if this function detects that timer IRQs are defunct, then we fall
* back to ISA timer IRQs
*/
int __init timer_irq_works(void)
static int __init timer_irq_works(void)
{
unsigned long t1 = jiffies;