From: Johannes Berg <johannes.berg@xxxxxxxxx> These only exist starting from 3.11, and wireless code will start using them soon. Backport them as simple defines using the corresponding non-power-efficient workqueues. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/backport-include/linux/workqueue.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backport/backport-include/linux/workqueue.h b/backport/backport-include/linux/workqueue.h index 1949876..63a3b17 100644 --- a/backport/backport-include/linux/workqueue.h +++ b/backport/backport-include/linux/workqueue.h @@ -117,4 +117,10 @@ static inline void flush_delayed_work(struct delayed_work *dwork) } #endif +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0) +/* power efficient workqueues were added in commit 0668106ca386. */ +#define system_power_efficient_wq system_wq +#define system_freezable_power_efficient_wq system_freezable_wq +#endif + #endif /* __BACKPORT_LINUX_WORKQUEUE_H */ -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html