From c733695006c80616fb1b5f72bca3e93cf57204dc Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 20 Mar 2013 15:06:46 +1100 Subject: [PATCH] printk-provide-a-wake_up_klogd-off-case-fix include printk.h in bust_spinlocks.c. Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: James Hogan Cc: Peter Zijlstra Cc: Steven Rostedt Signed-off-by: Andrew Morton --- lib/bust_spinlocks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/bust_spinlocks.c b/lib/bust_spinlocks.c index 9681d54b95d1..f8e0e5367398 100644 --- a/lib/bust_spinlocks.c +++ b/lib/bust_spinlocks.c @@ -8,6 +8,7 @@ */ #include +#include #include #include #include @@ -28,5 +29,3 @@ void __attribute__((weak)) bust_spinlocks(int yes) wake_up_klogd(); } } - - -- 2.39.2