aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/resume.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-08-10 16:51:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 17:51:06 -0400
commitb4d1eb2ccecb76bce4c2125c5a3e77753fcfaeb0 (patch)
tree305103e5b12edfca76015222620dcd70fbcb757e /drivers/base/power/resume.c
parent109f0e93b6b728f03c1eb4af02bc25d71b646c59 (diff)
drivers/base/power/: make 2 functions static
suspend_device() and resume_device() can now become static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/power/resume.c')
-rw-r--r--drivers/base/power/resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/resume.c b/drivers/base/power/resume.c
index 00fd84ae6e66..67948bac9938 100644
--- a/drivers/base/power/resume.c
+++ b/drivers/base/power/resume.c
@@ -20,7 +20,7 @@
20 * 20 *
21 */ 21 */
22 22
23int resume_device(struct device * dev) 23static int resume_device(struct device * dev)
24{ 24{
25 int error = 0; 25 int error = 0;
26 26