|
@@ -1002,7 +1002,7 @@ void r852_shutdown(struct pci_dev *pci_dev)
|
|
|
pci_disable_device(pci_dev);
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_PM
|
|
|
+#ifdef CONFIG_PM_SLEEP
|
|
|
static int r852_suspend(struct device *device)
|
|
|
{
|
|
|
struct r852_device *dev = pci_get_drvdata(to_pci_dev(device));
|
|
@@ -1055,9 +1055,6 @@ static int r852_resume(struct device *device)
|
|
|
r852_update_card_detect(dev);
|
|
|
return 0;
|
|
|
}
|
|
|
-#else
|
|
|
-#define r852_suspend NULL
|
|
|
-#define r852_resume NULL
|
|
|
#endif
|
|
|
|
|
|
static const struct pci_device_id r852_pci_id_tbl[] = {
|