aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/Makefile
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2007-09-21 15:36:56 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 14:51:12 -0700
commitcd59abfcc441b2abb4cf2cd62c1eb0f02a60e8dd (patch)
tree35b31fd683115cc7bc7dfcb2a7867469193cb17b /drivers/base/power/Makefile
parentsysfs: add copyrights (diff)
downloadlinux-dev-cd59abfcc441b2abb4cf2cd62c1eb0f02a60e8dd.tar.xz
linux-dev-cd59abfcc441b2abb4cf2cd62c1eb0f02a60e8dd.zip
PM: merge device power-management source files
This patch (as993) merges the suspend.c and resume.c files in drivers/base/power into main.c, making some public symbols private. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/power/Makefile')
-rw-r--r--drivers/base/power/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/Makefile b/drivers/base/power/Makefile
index 9caeaea753a3..a803733c839e 100644
--- a/drivers/base/power/Makefile
+++ b/drivers/base/power/Makefile
@@ -1,5 +1,5 @@
obj-y := shutdown.o
-obj-$(CONFIG_PM_SLEEP) += main.o suspend.o resume.o sysfs.o
+obj-$(CONFIG_PM_SLEEP) += main.o sysfs.o
obj-$(CONFIG_PM_TRACE) += trace.o
ifeq ($(CONFIG_DEBUG_DRIVER),y)