X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fworkqueue.h;h=070bb7a8893646418b8b4ddcfbe9a3436e514711;hp=03bbe903e5ced4b0af5d5858a9c3b4685731181a;hb=daaae6b010ac0f60c9c35e481589966f9f1fcc22;hpb=6370a6ad3b53df90b4700977f7718118a2cd524a diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 03bbe903e5ce..070bb7a88936 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -430,8 +430,4 @@ extern bool freeze_workqueues_busy(void); extern void thaw_workqueues(void); #endif /* CONFIG_FREEZER */ -#ifdef CONFIG_LOCKDEP -int in_workqueue_context(struct workqueue_struct *wq); -#endif - #endif