1
0
Fork 0

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>
hifive-unleashed-5.1
Rusty Russell 2012-01-13 09:32:18 +10:30
parent 29d4d6df10
commit 6d6a55ec08
1 changed files with 0 additions and 2 deletions

View 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!