aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 00bb251c645..50873b21178 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -251,6 +251,10 @@ void start_periodic_check_for_corruption(void);
static inline void check_for_bios_corruption(void)
{
}
+
+static inline void start_periodic_check_for_corruption(void)
+{
+}
#endif
/* Values used for system_state */