From d1438f5dc0827e22aac1f406522a789f9e2df174 Mon Sep 17 00:00:00 2001 From: Jeremy Fitzhardinge Date: Sun, 7 Sep 2008 14:54:41 -0700 Subject: [PATCH] --- yaml --- r: 113352 b: refs/heads/master c: 9c3254ad42e7925c3a3907a072185273705bd7b2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/kernel.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 57e532f228eb..f54365af5da4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c885df50f571faf9fd9f395361cfff1b3a16e06e +refs/heads/master: 9c3254ad42e7925c3a3907a072185273705bd7b2 diff --git a/trunk/include/linux/kernel.h b/trunk/include/linux/kernel.h index 00bb251c6451..50873b211788 100644 --- a/trunk/include/linux/kernel.h +++ b/trunk/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 */