From 8ce15550a8b4709a96c7f32fcd22e60b0f4363a1 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Sun, 21 Feb 2010 22:14:44 +0100 Subject: [PATCH] --- yaml --- r: 181865 b: refs/heads/master c: f8bb0db8188c7ef9ef08515883dae9f9eb980984 h: refs/heads/master i: 181863: 35c6aef1a3f4a5766189264ea47ab3669bd4cbfd v: v3 --- [refs] | 2 +- trunk/kernel/power/swsusp.c | 58 ------------------------------------- 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 trunk/kernel/power/swsusp.c diff --git a/[refs] b/[refs] index c29f32aef943..95682e727cf2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07c3bb5797d0a9a48524cca17ceb95711b48890b +refs/heads/master: f8bb0db8188c7ef9ef08515883dae9f9eb980984 diff --git a/trunk/kernel/power/swsusp.c b/trunk/kernel/power/swsusp.c deleted file mode 100644 index 5b3601bd1893..000000000000 --- a/trunk/kernel/power/swsusp.c +++ /dev/null @@ -1,58 +0,0 @@ -/* - * linux/kernel/power/swsusp.c - * - * This file provides code to write suspend image to swap and read it back. - * - * Copyright (C) 1998-2001 Gabor Kuti - * Copyright (C) 1998,2001-2005 Pavel Machek - * - * This file is released under the GPLv2. - * - * I'd like to thank the following people for their work: - * - * Pavel Machek : - * Modifications, defectiveness pointing, being with me at the very beginning, - * suspend to swap space, stop all tasks. Port to 2.4.18-ac and 2.5.17. - * - * Steve Doddi : - * Support the possibility of hardware state restoring. - * - * Raph : - * Support for preserving states of network devices and virtual console - * (including X and svgatextmode) - * - * Kurt Garloff : - * Straightened the critical function in order to prevent compilers from - * playing tricks with local variables. - * - * Andreas Mohr - * - * Alex Badea : - * Fixed runaway init - * - * Rafael J. Wysocki - * Reworked the freeing of memory and the handling of swap - * - * More state savers are welcome. Especially for the scsi layer... - * - * For TODOs,FIXMEs also look in Documentation/power/swsusp.txt - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "power.h" - -int in_suspend __nosavedata = 0;