Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d6a55ec authored by Rusty Russell's avatar Rusty Russell
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 29d4d6df
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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!