aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kernel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 00bb251c6451..50873b211788 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -251,6 +251,10 @@ void start_periodic_check_for_corruption(void);
251static inline void check_for_bios_corruption(void) 251static inline void check_for_bios_corruption(void)
252{ 252{
253} 253}
254
255static inline void start_periodic_check_for_corruption(void)
256{
257}
254#endif 258#endif
255 259
256/* Values used for system_state */ 260/* Values used for system_state */