From: Eliad Peller Date: Thu, 9 Jun 2011 15:35:03 +0000 (+0300) Subject: compat: define create_freezable_workqueue X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c03570efe213adbab12e869a2426cf95b6d2b45b;p=openwrt%2Fstaging%2Fblogic.git compat: define create_freezable_workqueue create_freezeable_workqueue() was renamed to create_freezable_workqueue(). Signed-off-by: Eliad Peller --- diff --git a/include/linux/compat-2.6.38.h b/include/linux/compat-2.6.38.h index 004fe274c22f..2dd19109fcb4 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) {