projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08656f
)
compat: define create_freezable_workqueue
author
Eliad Peller
<eliad@wizery.com>
Thu, 9 Jun 2011 15:35:03 +0000
(18:35 +0300)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 9 Jun 2011 18:17:41 +0000
(11:17 -0700)
create_freezeable_workqueue() was renamed to
create_freezable_workqueue().
Signed-off-by: Eliad Peller <eliad@wizery.com>
include/linux/compat-2.6.38.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.38.h
b/include/linux/compat-2.6.38.h
index 004fe274c22fa9530905f2f2e82097f539ea66f7..2dd19109fcb4d7a4496fa02bda93104b1c14f2ab 100644
(file)
--- 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)
{