Commit be090884 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] Make PA-RISC hlt_counter static

makes a needlessly global variable static.
Posted to parisc-linux mailing list on Mon, 6 Dec 2004 01:41:39 +0100
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarGrant Grundler <grundler@parisc-linux.org>
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 92adf949
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/unwind.h> #include <asm/unwind.h>
int hlt_counter; static int hlt_counter;
/* /*
* Power off function, if any * Power off function, if any
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment