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!