]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/suspend.h
x86: a new API for drivers/etc to control cache and other page attributes
[linux-2.6-omap-h63xx.git] / include / linux / suspend.h
index 4360e0816956e536d929d7fffd23fedaab14fd46..40280df2a3dbc5d91d61291f8793f3d98b989cbc 100644 (file)
@@ -211,9 +211,6 @@ static inline int hibernate(void) { return -ENOSYS; }
 #ifdef CONFIG_PM_SLEEP
 void save_processor_state(void);
 void restore_processor_state(void);
-struct saved_context;
-void __save_processor_state(struct saved_context *ctxt);
-void __restore_processor_state(struct saved_context *ctxt);
 
 /* kernel/power/main.c */
 extern struct blocking_notifier_head pm_chain_head;