diff options
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r-- | include/linux/kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 568042290c0b..3344185dd3b2 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -222,6 +222,7 @@ extern int panic_on_unrecovered_nmi; | |||
222 | extern int tainted; | 222 | extern int tainted; |
223 | extern const char *print_tainted(void); | 223 | extern const char *print_tainted(void); |
224 | extern void add_taint(unsigned); | 224 | extern void add_taint(unsigned); |
225 | extern int root_mountflags; | ||
225 | 226 | ||
226 | /* Values used for system_state */ | 227 | /* Values used for system_state */ |
227 | extern enum system_states { | 228 | extern enum system_states { |