ChangeSet 1.2083, 2005/03/12 09:16:45-08:00, [EMAIL PROTECTED]

        [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: Adrian Bunk <[EMAIL PROTECTED]>
        Signed-off-by: Grant Grundler <[EMAIL PROTECTED]>
        Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 process.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/parisc/kernel/process.c b/arch/parisc/kernel/process.c
--- a/arch/parisc/kernel/process.c      2005-03-12 21:44:13 -08:00
+++ b/arch/parisc/kernel/process.c      2005-03-12 21:44:13 -08:00
@@ -54,7 +54,7 @@
 #include <asm/uaccess.h>
 #include <asm/unwind.h>
 
-int hlt_counter;
+static int hlt_counter;
 
 /*
  * Power off function, if any
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to