diff options
Diffstat (limited to 'kernel/printk/printk.c')
-rw-r--r-- | kernel/printk/printk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index e38579d730f4..60cdf6386763 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/printk.c | |||
@@ -245,7 +245,7 @@ __packed __aligned(4) | |||
245 | * within the scheduler's rq lock. It must be released before calling | 245 | * within the scheduler's rq lock. It must be released before calling |
246 | * console_unlock() or anything else that might wake up a process. | 246 | * console_unlock() or anything else that might wake up a process. |
247 | */ | 247 | */ |
248 | static DEFINE_RAW_SPINLOCK(logbuf_lock); | 248 | DEFINE_RAW_SPINLOCK(logbuf_lock); |
249 | 249 | ||
250 | #ifdef CONFIG_PRINTK | 250 | #ifdef CONFIG_PRINTK |
251 | DECLARE_WAIT_QUEUE_HEAD(log_wait); | 251 | DECLARE_WAIT_QUEUE_HEAD(log_wait); |