提交 10c1f71c 编写于 作者: G Greg Ungerer 提交者: Linus Torvalds

[PATCH] m68knommu: need pm_power_off in m68knommu

Need place holders for the power management power off and idle functions.
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 a9cdffb1
......@@ -39,6 +39,14 @@
asmlinkage void ret_from_fork(void);
/*
* The following aren't currently used.
*/
void (*pm_idle)(void);
EXPORT_SYMBOL(pm_idle);
void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);
/*
* The idle loop on an m68knommu..
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册