From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from nbd.name ([46.4.11.11]:42781 "EHLO nbd.name" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1757010Ab0KJXAf (ORCPT ); Wed, 10 Nov 2010 18:00:35 -0500 Message-ID: <4CDB2411.1060502@openwrt.org> Date: Thu, 11 Nov 2010 00:00:33 +0100 From: Felix Fietkau MIME-Version: 1.0 To: linux-wireless CC: "Luis R. Rodriguez" Subject: [PATCH] compat: backport pm_qos_request Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Signed-off-by: Felix Fietkau --- --- 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 */