diff options
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 50873b211788..2651f805ba6d 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
| @@ -240,23 +240,6 @@ extern const char *print_tainted(void); | |||
| 240 | extern void add_taint(unsigned); | 240 | extern void add_taint(unsigned); |
| 241 | extern int root_mountflags; | 241 | extern int root_mountflags; |
| 242 | 242 | ||
| 243 | #ifdef CONFIG_X86_CHECK_BIOS_CORRUPTION | ||
| 244 | /* | ||
| 245 | * This is obviously not a great place for this, but we want to be | ||
| 246 | * able to scatter it around anywhere in the kernel. | ||
| 247 | */ | ||
| 248 | void check_for_bios_corruption(void); | ||
| 249 | void start_periodic_check_for_corruption(void); | ||
| 250 | #else | ||
| 251 | static inline void check_for_bios_corruption(void) | ||
| 252 | { | ||
| 253 | } | ||
| 254 | |||
| 255 | static inline void start_periodic_check_for_corruption(void) | ||
| 256 | { | ||
| 257 | } | ||
| 258 | #endif | ||
| 259 | |||
| 260 | /* Values used for system_state */ | 243 | /* Values used for system_state */ |
| 261 | extern enum system_states { | 244 | extern enum system_states { |
| 262 | SYSTEM_BOOTING, | 245 | SYSTEM_BOOTING, |
