* [2.6 patch] drivers/base/power/runtime.c: #if 0 dpm_set_power_state()
@ 2005-12-11 21:54 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-12-11 21:54 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
This patch #if 0's an unused global function.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 2 Nov 2005
--- linux-2.6.14-rc5-mm1-full/drivers/base/power/runtime.c.old 2005-11-02 18:35:52.000000000 +0100
+++ linux-2.6.14-rc5-mm1-full/drivers/base/power/runtime.c 2005-11-02 18:40:09.000000000 +0100
@@ -64,6 +64,7 @@
}
+#if 0
/**
* dpm_set_power_state - Update power_state field.
* @dev: Device.
@@ -80,3 +81,4 @@
dev->power.power_state = state;
up(&dpm_sem);
}
+#endif /* 0 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-11 21:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-11 21:54 [2.6 patch] drivers/base/power/runtime.c: #if 0 dpm_set_power_state() Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox