[PATCH V2 17/23] printk: Make wait_queue_head_t printk_log_wait extern

2012-10-24 Thread Joe Perches
Move the variable to the .h file too. Signed-off-by: Joe Perches --- kernel/printk/printk_log.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/printk/printk_log.h b/kernel/printk/printk_log.h index 0327f8d..e846f1d 100644 --- a/kernel/printk/printk_log.h +++

[PATCH V2 17/23] printk: Make wait_queue_head_t printk_log_wait extern

2012-10-24 Thread Joe Perches
Move the variable to the .h file too. Signed-off-by: Joe Perches j...@perches.com --- kernel/printk/printk_log.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/printk/printk_log.h b/kernel/printk/printk_log.h index 0327f8d..e846f1d 100644 ---