diff options
Diffstat (limited to 'lib/bust_spinlocks.c')
| -rw-r--r-- | lib/bust_spinlocks.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/lib/bust_spinlocks.c b/lib/bust_spinlocks.c index 9681d54b95d..f8e0e536739 100644 --- a/lib/bust_spinlocks.c +++ b/lib/bust_spinlocks.c @@ -8,6 +8,7 @@   */  #include <linux/kernel.h> +#include <linux/printk.h>  #include <linux/spinlock.h>  #include <linux/tty.h>  #include <linux/wait.h> @@ -28,5 +29,3 @@ void __attribute__((weak)) bust_spinlocks(int yes)  			wake_up_klogd();  	}  } - - |