diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rcutiny.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index 891073c264dc..2c1fe8373e71 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h | |||
@@ -20,9 +20,8 @@ | |||
20 | * Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 20 | * Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com> |
21 | * | 21 | * |
22 | * For detailed explanation of Read-Copy Update mechanism see - | 22 | * For detailed explanation of Read-Copy Update mechanism see - |
23 | * Documentation/RCU | 23 | * Documentation/RCU |
24 | */ | 24 | */ |
25 | |||
26 | #ifndef __LINUX_TINY_H | 25 | #ifndef __LINUX_TINY_H |
27 | #define __LINUX_TINY_H | 26 | #define __LINUX_TINY_H |
28 | 27 | ||
@@ -70,8 +69,7 @@ static inline void synchronize_rcu_bh_expedited(void) | |||
70 | } | 69 | } |
71 | 70 | ||
72 | struct notifier_block; | 71 | struct notifier_block; |
73 | extern int rcu_cpu_notify(struct notifier_block *self, | 72 | extern int rcu_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu); |
74 | unsigned long action, void *hcpu); | ||
75 | 73 | ||
76 | #ifdef CONFIG_NO_HZ | 74 | #ifdef CONFIG_NO_HZ |
77 | 75 | ||