2010-03-31 05:24:08 +08:00
|
|
|
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
|
|
|
|
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
|
2010-07-20 09:54:01 +08:00
|
|
|
@@ -202,6 +202,7 @@ void rt2x00pci_uninitialize(struct rt2x0
|
2010-03-31 05:24:08 +08:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(rt2x00pci_uninitialize);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_PCI
|
|
|
|
/*
|
|
|
|
* PCI driver handlers.
|
|
|
|
*/
|
2010-07-20 09:54:01 +08:00
|
|
|
@@ -382,6 +383,7 @@ int rt2x00pci_resume(struct pci_dev *pci
|
2010-03-31 05:24:08 +08:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(rt2x00pci_resume);
|
|
|
|
#endif /* CONFIG_PM */
|
|
|
|
+#endif /* CONFIG_PCI */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* rt2x00pci module information.
|