]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] suspend_console() warning fix
authorAndrew Morton <akpm@osdl.org>
Thu, 22 Jun 2006 21:47:18 +0000 (14:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 22 Jun 2006 22:05:56 +0000 (15:05 -0700)
commit6cc0719181a7aa8883855140541e7892250e66af
treee5c740230abef71bb4d8367b68602fd294284e89
parent04c567d9313e4927b9835361d8ac0318ce65af6b
[PATCH] suspend_console() warning fix

kernel/power/main.c: In function 'suspend_prepare':
kernel/power/main.c:89: warning: implicit declaration of function 'suspend_console'
kernel/power/main.c: In function 'suspend_finish':
kernel/power/main.c:137: warning: implicit declaration of function 'resume_console'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/main.c