aboutsummaryrefslogtreecommitdiff
path: root/kernel/async.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-01-13 09:32:18 +1030
committerRusty Russell <rusty@rustcorp.com.au>2012-01-13 09:32:18 +1030
commit6d6a55ec0877393f467067d44b9a2a8c2e4a82d2 (patch)
tree112aad751ea0cff183f926cf4e833ccb7d6e7fd4 /kernel/async.c
parent29d4d6df107b9d86982dc759f5b1ddfe2c6b29c0 (diff)
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 <arjan@linux.intel.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/async.c')
-rw-r--r--kernel/async.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/async.c b/kernel/async.c
index 80b74b88fef..bd0c168a3bb 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!