aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-11-13 11:21:06 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2015-11-13 11:21:06 +1100
commit9c66008626eae1b5c524b9b98affad79a17d03c3 (patch)
treecfc1e3a40ef9aba80c91d193c0ca00462c5cec4f
parentc9bab911cf8193f98f629905397fa02af5daf5e1 (diff)
parent5a928541585b40a91e6cc06017b6079d1b0fb9e9 (diff)
Merge remote-tracking branch 'percpu/for-next'
-rw-r--r--include/linux/percpu-refcount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/percpu-refcount.h b/include/linux/percpu-refcount.h
index 12c9b485beb7..84f542df7ff5 100644
--- a/include/linux/percpu-refcount.h
+++ b/include/linux/percpu-refcount.h
@@ -116,7 +116,7 @@ void percpu_ref_reinit(struct percpu_ref *ref);
*/
static inline void percpu_ref_kill(struct percpu_ref *ref)
{
- return percpu_ref_kill_and_confirm(ref, NULL);
+ percpu_ref_kill_and_confirm(ref, NULL);
}
/*