* Fix implicit declarations in via-pmu
@ 2006-12-29 6:29 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-12-29 6:29 UTC (permalink / raw)
To: Linux Kernel; +Cc: Andrew Morton, Linus Torvalds
drivers/macintosh/via-pmu.c: In function 'pmac_suspend_devices':
drivers/macintosh/via-pmu.c:2014: error: implicit declaration of function 'pm_prepare_console'
drivers/macintosh/via-pmu.c: In function 'pmac_wakeup_devices':
drivers/macintosh/via-pmu.c:2139: error: implicit declaration of function 'pm_restore_console'
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.19.noarch/drivers/macintosh/via-pmu.c~ 2006-12-12 11:18:03.000000000 -0500
+++ linux-2.6.19.noarch/drivers/macintosh/via-pmu.c 2006-12-12 11:18:33.000000000 -0500
@@ -44,6 +44,7 @@
#include <linux/sysdev.h>
#include <linux/freezer.h>
#include <linux/syscalls.h>
+#include <linux/suspend.h>
#include <linux/cpu.h>
#include <asm/prom.h>
#include <asm/machdep.h>
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-29 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-29 6:29 Fix implicit declarations in via-pmu Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox