From: Andrew Morton kernel/workqueue.c: In function 'run_workqueue': kernel/workqueue.c:233: warning: implicit declaration of function 'debug_show_held_locks' Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Andrew Morton --- kernel/workqueue.c | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/lockdep.h~debug-workqueue-locking-sanity-fix include/linux/lockdep.h diff -puN kernel/workqueue.c~debug-workqueue-locking-sanity-fix kernel/workqueue.c --- a/kernel/workqueue.c~debug-workqueue-locking-sanity-fix +++ a/kernel/workqueue.c @@ -30,6 +30,7 @@ #include #include #include +#include /* * The per-CPU workqueue (if single thread, we always use the first _