mac80211: fix another 2.6.35 compile error
SVN-Revision: 23974
This commit is contained in:
parent
f1924d7147
commit
7fad1dae85
1 changed files with 11 additions and 0 deletions
11
package/mac80211/patches/041-fix_pm_qos_update.patch
Normal file
11
package/mac80211/patches/041-fix_pm_qos_update.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/include/linux/compat-2.6.36.h
|
||||||
|
+++ b/include/linux/compat-2.6.36.h
|
||||||
|
@@ -83,7 +83,7 @@ struct pm_qos_request_list {
|
||||||
|
} while (0)
|
||||||
|
|
||||||
|
#define pm_qos_update_request(_req, _value) \
|
||||||
|
- pm_qos_update_request((_req)->request, (_value)
|
||||||
|
+ pm_qos_update_request((_req)->request, (_value))
|
||||||
|
|
||||||
|
#define pm_qos_remove_request(_req) \
|
||||||
|
pm_qos_remove_request((_req)->request)
|
Loading…
Reference in a new issue