Skip to content

Commit

Permalink
kernel/async: remove redundant declaration.
Browse files Browse the repository at this point in the history
It's in linux/init.h, and I'm about to change it to a bool.

Cc: Arjan van de Ven <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Jan 12, 2012
1 parent 29d4d6d commit 6d6a55e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/async.c
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 6d6a55e

Please sign in to comment.