From: Adrian Bunk <bunk@stusta.de>

This patch makes pm_states static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/power/main.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/power/main.c~kernel-power-mainc-make-pm_states-static kernel/power/main.c
--- 25/kernel/power/main.c~kernel-power-mainc-make-pm_states-static	2005-01-25 21:23:25.185637368 -0800
+++ 25-akpm/kernel/power/main.c	2005-01-25 21:23:25.188636912 -0800
@@ -115,7 +115,7 @@ static void suspend_finish(suspend_state
 
 
 
-char * pm_states[] = {
+static char * pm_states[] = {
 	[PM_SUSPEND_STANDBY]	= "standby",
 	[PM_SUSPEND_MEM]	= "mem",
 	[PM_SUSPEND_DISK]	= "disk",
_