diff options
Diffstat (limited to 'lib/refcount.c')
-rw-r--r-- | lib/refcount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/refcount.c b/lib/refcount.c index 0eb48353abe3..4bd842f20749 100644 --- a/lib/refcount.c +++ b/lib/refcount.c | |||
@@ -35,7 +35,9 @@ | |||
35 | * | 35 | * |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #include <linux/mutex.h> | ||
38 | #include <linux/refcount.h> | 39 | #include <linux/refcount.h> |
40 | #include <linux/spinlock.h> | ||
39 | #include <linux/bug.h> | 41 | #include <linux/bug.h> |
40 | 42 | ||
41 | #ifdef CONFIG_REFCOUNT_FULL | 43 | #ifdef CONFIG_REFCOUNT_FULL |