Commit 6d6a55ec0877393f467067d44b9a2a8c2e4a82d2

Authored by Rusty Russell
1 parent 29d4d6df10

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -78,8 +78,6 @@
78 78  
79 79 static atomic_t entry_count;
80 80  
81   -extern int initcall_debug;
82   -
83 81  
84 82 /*
85 83 * MUST be called with the lock held!