mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 9/15] kernel/async: remove redundant declaration.
@ 2011-12-15  3:12 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2011-12-15  3:12 UTC (permalink / raw)
  To: lkml - Kernel Mailing List; +Cc: Pawel Moll, Arjan van de Ven

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 |    2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/async.c b/kernel/async.c
--- a/kernel/async.c
+++ b/kernel/async.c
@@ -78,8 +78,6 @@ static DECLARE_WAIT_QUEUE_HEAD(async_don
 
 static atomic_t entry_count;
 
-extern int initcall_debug;
-
 
 /*
  * MUST be called with the lock held!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-15  3:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15  3:12 [PATCH 9/15] kernel/async: remove redundant declaration Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome