* [2.6 patch] kernel/power/main.c: make pm_states static
@ 2004-12-12 19:55 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-12-12 19:55 UTC (permalink / raw)
To: Patrick Mochel; +Cc: linux-kernel
The patch below makes pm_states static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc2-mm4-full/kernel/power/main.c.old 2004-12-12 03:04:13.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/kernel/power/main.c 2004-12-12 03:04:22.000000000 +0100
@@ -114,7 +114,7 @@
-char * pm_states[] = {
+static char * pm_states[] = {
[PM_SUSPEND_STANDBY] = "standby",
[PM_SUSPEND_MEM] = "mem",
[PM_SUSPEND_DISK] = "disk",
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] kernel/power/main.c: make pm_states static
@ 2005-01-25 7:49 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-01-25 7:49 UTC (permalink / raw)
To: Andrew Morton; +Cc: Patrick Mochel, linux-kernel
This patch makes pm_states static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 12 Dec 2004
--- linux-2.6.10-rc2-mm4-full/kernel/power/main.c.old 2004-12-12 03:04:13.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/kernel/power/main.c 2004-12-12 03:04:22.000000000 +0100
@@ -114,7 +114,7 @@
-char * pm_states[] = {
+static char * pm_states[] = {
[PM_SUSPEND_STANDBY] = "standby",
[PM_SUSPEND_MEM] = "mem",
[PM_SUSPEND_DISK] = "disk",
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-25 7:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25 7:49 [2.6 patch] kernel/power/main.c: make pm_states static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2004-12-12 19:55 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox