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 */
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