Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/28-pm-qos-params.patch | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/28-pm-qos-params.patch b/patches/28-pm-qos-params.patch index 438bdd8..a6aab68 100644 --- a/patches/28-pm-qos-params.patch +++ b/patches/28-pm-qos-params.patch @@ -21,9 +21,9 @@ little wierd. #define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation" +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)) - struct pm_qos_request_list ipw2100_pm_qos_req; + static struct pm_qos_request_list ipw2100_pm_qos_req; +#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) -+struct pm_qos_request_list *ipw2100_pm_qos_req; ++static struct pm_qos_request_list *ipw2100_pm_qos_req; +#endif /* Debugging stuff */ -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html