Hannes Reinecke <[EMAIL PROTECTED]> writes:
--- linux-2.6.10/kernel/power/disk.c.orig 2005-01-31 13:54:17.000000000 +0100 +++ linux-2.6.10/kernel/power/disk.c 2005-01-31 14:55:14.000000000 +0100 @@ -9,6 +9,8 @@ * */
+#define DEBUG + #include <linux/suspend.h> #include <linux/syscalls.h> #include <linux/reboot.h> --- linux-2.6.10/kernel/power/swsusp.c.orig 2005-01-31 13:54:17.000000000 +0100 +++ linux-2.6.10/kernel/power/swsusp.c 2005-01-31 14:53:36.000000000 +0100 @@ -36,6 +36,8 @@ * For TODOs,FIXMEs also look in Documentation/power/swsusp.txt */
+#define DEBUG + #include <linux/module.h> #include <linux/mm.h> #include <linux/suspend.h>
Another leftovers?
Andreas.
Yes. I'll clean that up once someone (ie Pavel) gives his thumbs-up.
Doesn't do any harm, really. swsusp in itself is chatty enough, two additional lines don't really matter.
Cheers,
Hannes -- Dr. Hannes Reinecke [EMAIL PROTECTED] SuSE Linux AG S390 & zSeries Maxfeldstra�e 5 +49 911 74053 688 90409 N�rnberg http://www.suse.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

