|
@@ -62,7 +62,7 @@
|
|
|
//#include <linux/usb.h>
|
|
|
// FIXME: check if 2.6.7 is ok
|
|
|
|
|
|
-#ifdef CONFIG_PM_RTL
|
|
|
+#ifdef CONFIG_PM
|
|
|
#include "r8192_pm.h"
|
|
|
#endif
|
|
|
|
|
@@ -146,7 +146,7 @@ static struct pci_driver rtl8192_pci_driver = {
|
|
|
.id_table = rtl8192_pci_id_tbl, /* PCI_ID table */
|
|
|
.probe = rtl8192_pci_probe, /* probe fn */
|
|
|
.remove = __devexit_p(rtl8192_pci_disconnect), /* remove fn */
|
|
|
-#ifdef CONFIG_PM_RTL
|
|
|
+#ifdef CONFIG_PM
|
|
|
.suspend = rtl8192E_suspend, /* PM suspend fn */
|
|
|
.resume = rtl8192E_resume, /* PM resume fn */
|
|
|
#else
|