SWSUSP in 2.5

Thunder from the hill (thunder@ngforever.de)
Wed, 17 Jul 2002 14:11:11 -0600 (MDT)


Hi,

Compiling software suspend, I get the following warning:

suspend.c: In function `prepare_suspend_processes':
suspend.c:602: warning: implicit declaration of function `sys_sync'

The reasons seems, to me, that no header file ever talks about sys_sync,
except for a small comment in include/linux/writeback.h. via-pmu uses it,
too, they have their own prototype. It might be an idea to add this
one-liner:

--- kernel/suspend.c~ Wed Jul 17 14:09:57 2002
+++ kernel/suspend.c Wed Jul 17 14:10:17 2002
@@ -66,6 +66,7 @@
#include <linux/swapops.h>

extern void signal_wake_up(struct task_struct *t);
+extern int sys_sync(void);

unsigned char software_suspend_enabled = 0;

Regards,
Thunder

-- 
(Use http://www.ebb.org/ungeek if you can't decode)
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GCS/E/G/S/AT d- s++:-- a? C++$ ULAVHI++++$ P++$ L++++(+++++)$ E W-$
N--- o?  K? w-- O- M V$ PS+ PE- Y- PGP+ t+ 5+ X+ R- !tv b++ DI? !D G
e++++ h* r--- y- 
------END GEEK CODE BLOCK------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/