diff options
Diffstat (limited to 'include/linux/printk.h')
-rw-r--r-- | include/linux/printk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/printk.h b/include/linux/printk.h index b772ca5fbdf0..9adfba6ec28a 100644 --- a/include/linux/printk.h +++ b/include/linux/printk.h | |||
@@ -83,6 +83,7 @@ extern bool printk_timed_ratelimit(unsigned long *caller_jiffies, | |||
83 | 83 | ||
84 | extern int printk_delay_msec; | 84 | extern int printk_delay_msec; |
85 | extern int dmesg_restrict; | 85 | extern int dmesg_restrict; |
86 | extern int kptr_restrict; | ||
86 | 87 | ||
87 | /* | 88 | /* |
88 | * Print a one-time message (analogous to WARN_ONCE() et al): | 89 | * Print a one-time message (analogous to WARN_ONCE() et al): |