This was moved from a patch in compat-wireless to this place. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-2.6.37.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.37.h b/include/linux/compat-2.6.37.h index 502d2b1..e993f75 100644 --- a/include/linux/compat-2.6.37.h +++ b/include/linux/compat-2.6.37.h @@ -106,6 +106,8 @@ extern void compat_led_classdev_unregister(struct led_classdev *led_cdev); extern void compat_led_brightness_set(struct led_classdev *led_cdev, enum led_brightness brightness); +#define alloc_ordered_workqueue(name, flags) create_singlethread_workqueue(name) + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) */ #endif /* LINUX_26_37_COMPAT_H */ -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html