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:
6392771
)
compat: backport pm_qos_request
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 10 Nov 2010 23:02:50 +0000
(15:02 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 10 Nov 2010 23:02:50 +0000
(15:02 -0800)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
include/linux/compat-2.6.35.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.35.h
b/include/linux/compat-2.6.35.h
index 32fd039184888017cb71e5b263ae00db25dafedb..c4de169366009169bfea05e097e657ac82a77286 100644
(file)
--- a/
include/linux/compat-2.6.35.h
+++ b/
include/linux/compat-2.6.35.h
@@
-29,6
+29,8
@@
int hex_to_bin(char ch);
extern loff_t noop_llseek(struct file *file, loff_t offset, int origin);
+#define pm_qos_request(_qos) pm_qos_requirement(_qos)
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)) */
#endif /* LINUX_26_35_COMPAT_H */