Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0a7a5c9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

i386: timer_irq_works() static again



timer_irq_works() needlessly became global.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3f9c8d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;