diff options
Diffstat (limited to 'include/linux/slow-work.h')
-rw-r--r-- | include/linux/slow-work.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/slow-work.h b/include/linux/slow-work.h index 4dd754af393e..8262809dfa8b 100644 --- a/include/linux/slow-work.h +++ b/include/linux/slow-work.h | |||
@@ -14,6 +14,8 @@ | |||
14 | 14 | ||
15 | #ifdef CONFIG_SLOW_WORK | 15 | #ifdef CONFIG_SLOW_WORK |
16 | 16 | ||
17 | #include <linux/sysctl.h> | ||
18 | |||
17 | struct slow_work; | 19 | struct slow_work; |
18 | 20 | ||
19 | /* | 21 | /* |
@@ -83,6 +85,9 @@ extern int slow_work_enqueue(struct slow_work *work); | |||
83 | extern int slow_work_register_user(void); | 85 | extern int slow_work_register_user(void); |
84 | extern void slow_work_unregister_user(void); | 86 | extern void slow_work_unregister_user(void); |
85 | 87 | ||
88 | #ifdef CONFIG_SYSCTL | ||
89 | extern ctl_table slow_work_sysctls[]; | ||
90 | #endif | ||
86 | 91 | ||
87 | #endif /* CONFIG_SLOW_WORK */ | 92 | #endif /* CONFIG_SLOW_WORK */ |
88 | #endif /* _LINUX_SLOW_WORK_H */ | 93 | #endif /* _LINUX_SLOW_WORK_H */ |