create_freezeable_workqueue() was renamed to create_freezable_workqueue(). Signed-off-by: Eliad Peller <eliad@xxxxxxxxxx> --- include/linux/compat-2.6.38.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.38.h b/include/linux/compat-2.6.38.h index 004fe27..2dd1910 100644 --- a/include/linux/compat-2.6.38.h +++ b/include/linux/compat-2.6.38.h @@ -39,6 +39,7 @@ static inline unsigned long ewma_read(const struct ewma *avg) } #define pr_warn pr_warning +#define create_freezable_workqueue create_freezeable_workqueue static inline int skb_checksum_start_offset(const struct sk_buff *skb) { -- 1.7.0.4 -- 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