Merge tag 'for-v3.19' of git://git.infradead.org/battery-2.6
[firefly-linux-kernel-4.4.55.git] / include / linux / rcutiny.h
index 38cc5b1e252d2f2ddcc9b2d9e0e1617321ced6d4..0e5366200154e87e394b61c52a60fad72f2050ff 100644 (file)
@@ -78,7 +78,7 @@ static inline void kfree_call_rcu(struct rcu_head *head,
        call_rcu(head, func);
 }
 
-static inline void rcu_note_context_switch(int cpu)
+static inline void rcu_note_context_switch(void)
 {
        rcu_sched_qs();
 }