The newly created function ends with _compat. This causes compile
warnings and probably runtime problems on kernel < 2.6.29.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 .../11-dev-pm-ops/drivers_net_wireless_rtlwifi_rtl8188ee_sw.patch  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/patches/collateral-evolutions/network/11-dev-pm-ops/drivers_net_wireless_rtlwifi_rtl8188ee_sw.patch
 
b/patches/collateral-evolutions/network/11-dev-pm-ops/drivers_net_wireless_rtlwifi_rtl8188ee_sw.patch
index c377e12..219654d 100644
--- 
a/patches/collateral-evolutions/network/11-dev-pm-ops/drivers_net_wireless_rtlwifi_rtl8188ee_sw.patch
+++ 
b/patches/collateral-evolutions/network/11-dev-pm-ops/drivers_net_wireless_rtlwifi_rtl8188ee_sw.patch
@@ -17,8 +17,8 @@
 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29))
        .driver.pm = &rtlwifi_pm_ops,
 +#elif defined(CONFIG_PM_SLEEP)
-+      .suspend = rtl_pci_suspend,
-+      .resume = rtl_pci_resume,
++      .suspend = rtl_pci_suspend_compat,
++      .resume = rtl_pci_resume_compat,
 +#endif
  };
  
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to