From 02037d1df300032344311ad52edcd52a75d2801c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 13 Jan 2012 09:32:18 +1030 Subject: [PATCH] --- yaml --- r: 284664 b: refs/heads/master c: 6d6a55ec0877393f467067d44b9a2a8c2e4a82d2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/async.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6b7d6572fa5c..5dbe0c8ea495 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 29d4d6df107b9d86982dc759f5b1ddfe2c6b29c0 +refs/heads/master: 6d6a55ec0877393f467067d44b9a2a8c2e4a82d2 diff --git a/trunk/kernel/async.c b/trunk/kernel/async.c index 80b74b88fefe..bd0c168a3bbe 100644 --- a/trunk/kernel/async.c +++ b/trunk/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!