From: Eliad Peller Date: Thu, 9 Jun 2011 15:35:03 +0000 (+0300) Subject: compat: define create_freezable_workqueue X-Git-Tag: compat-2011-09-28~33 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c03570efe213adbab12e869a2426cf95b6d2b45b;p=~emulex%2Ftmp%2Fcompat%2F.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 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) {