From: Rusty Russell Date: Thu, 12 Jan 2012 23:02:18 +0000 (+1030) Subject: kernel/async: remove redundant declaration. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6d6a55ec0877393f467067d44b9a2a8c2e4a82d2;p=linux-beck.git kernel/async: remove redundant declaration. It's in linux/init.h, and I'm about to change it to a bool. Cc: Arjan van de Ven Signed-off-by: Rusty Russell --- diff --git a/kernel/async.c b/kernel/async.c index 80b74b88fefe..bd0c168a3bbe 100644 --- a/kernel/async.c +++ b/kernel/async.c @@ -78,8 +78,6 @@ static DECLARE_WAIT_QUEUE_HEAD(async_done); static atomic_t entry_count; -extern int initcall_debug; - /* * MUST be called with the lock held!