summaryrefslogtreecommitdiff
path: root/linux-2.6-suspend2-avoid-redef.patch
blob: 895d3a48ac0d428e895b75579c64c744ef1e804e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- linux-2.6.19/include/linux/freezer.h~	2006-12-09 00:12:07.000000000 +0100
+++ linux-2.6.19/include/linux/freezer.h	2006-12-09 00:33:27.000000000 +0100
@@ -95,8 +95,10 @@ static inline int thaw_process(struct ta
 static inline void frozen_process(struct task_struct *p) { BUG(); }
 
 static inline void refrigerator(void) {}
+#if 0
 static inline int freeze_processes(void) { BUG(); return 0; }
 static inline void thaw_processes(int which_threads) {}
+#endif
 
 static inline int try_to_freeze(void) { return 0; }