]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kernel/async: remove redundant declaration.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:18 +0000 (09:32 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:18 +0000 (09:32 +1030)
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>
kernel/async.c

index 80b74b88fefe43076d2fbb0fc1d2d8c3d5b989fd..bd0c168a3bbe5134e1bd4c009947c2011e551340 100644 (file)
@@ -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!