Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756202Ab2JQGJZ (ORCPT ); Wed, 17 Oct 2012 02:09:25 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:43258 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752515Ab2JQGJV (ORCPT ); Wed, 17 Oct 2012 02:09:21 -0400 From: Joe Perches To: Andrew Morton , linux-kernel@vger.kernel.org Cc: Kay Sievers Subject: [PATCH 17/23] printk: Make wait_queue_head_t printk_log_wait extern Date: Tue, 16 Oct 2012 23:06:21 -0700 Message-Id: X-Mailer: git-send-email 1.7.8.111.gad25c.dirty In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 867 Lines: 27 Move the variable to the .h file too. Signed-off-by: Joe Perches --- kernel/printk/printk_log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/printk/printk_log.h b/kernel/printk/printk_log.h index 0327f8d..e846f1d 100644 --- a/kernel/printk/printk_log.h +++ b/kernel/printk/printk_log.h @@ -93,6 +93,7 @@ struct printk_log { #define __PRINTK_LOG_BUF_LEN (1 << CONFIG_LOG_BUF_SHIFT) extern raw_spinlock_t printk_logbuf_lock; +extern wait_queue_head_t printk_log_wait; extern u64 printk_log_first_seq; extern u32 printk_log_first_idx; extern u64 printk_log_next_seq; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/