2010-03-30 21:24:08 +00:00
|
|
|
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
|
|
|
|
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
|
2011-04-20 18:14:35 +00:00
|
|
|
@@ -208,6 +208,7 @@ void rt2x00pci_uninitialize(struct rt2x0
|
2010-03-30 21:24:08 +00:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(rt2x00pci_uninitialize);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_PCI
|
|
|
|
/*
|
|
|
|
* PCI driver handlers.
|
|
|
|
*/
|
2011-04-20 18:14:35 +00:00
|
|
|
@@ -383,6 +384,7 @@ int rt2x00pci_resume(struct pci_dev *pci
|
2010-03-30 21:24:08 +00:00
|
|
|
}
|
|
|
|
EXPORT_SYMBOL_GPL(rt2x00pci_resume);
|
|
|
|
#endif /* CONFIG_PM */
|
|
|
|
+#endif /* CONFIG_PCI */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* rt2x00pci module information.
|