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>tirimbino
parent
a9d7052363
commit
8b759b84c8
@ -1,12 +1,12 @@ |
||||
/*
|
||||
* kernel/power/disk.c - Suspend-to-disk support. |
||||
* kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support. |
||||
* |
||||
* Copyright (c) 2003 Patrick Mochel |
||||
* Copyright (c) 2003 Open Source Development Lab |
||||
* Copyright (c) 2004 Pavel Machek <pavel@suse.cz> |
||||
* Copyright (c) 2009 Rafael J. Wysocki, Novell Inc. |
||||
* |
||||
* This file is released under the GPLv2. |
||||
* |
||||
*/ |
||||
|
||||
#include <linux/suspend.h> |
Loading…
Reference in new issue