* [PATCH] compat: backport pm_qos_request
@ 2010-11-10 23:00 Felix Fietkau
2010-11-10 23:04 ` Luis R. Rodriguez
0 siblings, 1 reply; 2+ messages in thread
From: Felix Fietkau @ 2010-11-10 23:00 UTC (permalink / raw)
To: linux-wireless; +Cc: Luis R. Rodriguez
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
--- 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 */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-10 23:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10 23:00 [PATCH] compat: backport pm_qos_request Felix Fietkau
2010-11-10 23:04 ` Luis R. Rodriguez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).