diff options
Diffstat (limited to 'include/linux/percpu-refcount.h')
-rw-r--r-- | include/linux/percpu-refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/percpu-refcount.h b/include/linux/percpu-refcount.h index 8146aa9cd89e..6d843d60690d 100644 --- a/include/linux/percpu-refcount.h +++ b/include/linux/percpu-refcount.h | |||
@@ -68,6 +68,7 @@ struct percpu_ref { | |||
68 | 68 | ||
69 | int __must_check percpu_ref_init(struct percpu_ref *ref, | 69 | int __must_check percpu_ref_init(struct percpu_ref *ref, |
70 | percpu_ref_func_t *release); | 70 | percpu_ref_func_t *release); |
71 | void percpu_ref_cancel_init(struct percpu_ref *ref); | ||
71 | void percpu_ref_kill(struct percpu_ref *ref); | 72 | void percpu_ref_kill(struct percpu_ref *ref); |
72 | 73 | ||
73 | #define PCPU_STATUS_BITS 2 | 74 | #define PCPU_STATUS_BITS 2 |