aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/power/resume.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-08-10 13:51:09 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 14:51:06 -0700
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 00fd84ae6e6..67948bac993 100644
--- a/drivers/base/power/resume.c
+++ b/drivers/base/power/resume.c
@@ -20,7 +20,7 @@
*
*/
-int resume_device(struct device * dev)
+static int resume_device(struct device * dev)
{
int error = 0;