summaryrefslogtreecommitdiffstats
path: root/kernel/power/Makefile
diff options
context:
space:
mode:
authorRafael J. Wysocki2009-06-10 01:27:49 +0200
committerRafael J. Wysocki2009-06-12 21:32:33 +0200
commit8b759b84c8b3c27ccc8dd787294636297b3ebb40 (patch)
treec80ae791c342d242fb97434c26be2b63764da77a /kernel/power/Makefile
parentPM: Separate suspend to RAM functionality from core (diff)
downloadkernel-qcow2-linux-8b759b84c8b3c27ccc8dd787294636297b3ebb40.tar.gz
kernel-qcow2-linux-8b759b84c8b3c27ccc8dd787294636297b3ebb40.tar.xz
kernel-qcow2-linux-8b759b84c8b3c27ccc8dd787294636297b3ebb40.zip
PM/Hibernate: Rename disk.c to hibernate.c
Change the name of kernel/power/disk.c to kernel/power/hibernate.c in analogy with the file names introduced by the changes that separated the suspend to RAM and standby funtionality from the common PM functions. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'kernel/power/Makefile')
-rw-r--r--kernel/power/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Makefile b/kernel/power/Makefile
index c4baf1b633c4..eadb17fc8f5e 100644
--- a/kernel/power/Makefile
+++ b/kernel/power/Makefile
@@ -8,6 +8,6 @@ obj-$(CONFIG_PM_SLEEP) += console.o
obj-$(CONFIG_FREEZER) += process.o
obj-$(CONFIG_SUSPEND) += suspend.o
obj-$(CONFIG_PM_TEST_SUSPEND) += suspend_test.o
-obj-$(CONFIG_HIBERNATION) += swsusp.o disk.o snapshot.o swap.o user.o
+obj-$(CONFIG_HIBERNATION) += swsusp.o hibernate.o snapshot.o swap.o user.o
obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o