projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d4d6d
)
kernel/async: remove redundant declaration.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:18 +0000
(09:32 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 23:02:18 +0000
(09:32 +1030)
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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/async.c
b/kernel/async.c
index 80b74b88fefe43076d2fbb0fc1d2d8c3d5b989fd..bd0c168a3bbe5134e1bd4c009947c2011e551340 100644
(file)
--- a/
kernel/async.c
+++ b/
kernel/async.c
@@
-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!