2010-11-10 23:00:35

by Felix Fietkau

[permalink] [raw]
Subject: [PATCH] compat: backport pm_qos_request

Signed-off-by: Felix Fietkau <[email protected]>
---
--- 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 */


2010-11-10 23:04:33

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH] compat: backport pm_qos_request

On Wed, Nov 10, 2010 at 3:00 PM, Felix Fietkau <[email protected]> wrote:
> Signed-off-by: Felix Fietkau <[email protected]>

Thanks, I also removed 28-pm-qos-params.patch from compat-wireless now
and pushed both this and the respective compat-wireless patch out.

Luis