aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/host_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bcma/host_pci.c')
-rw-r--r--drivers/bcma/host_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c
index 86dfeea77e1..f59244e3397 100644
--- a/drivers/bcma/host_pci.c
+++ b/drivers/bcma/host_pci.c
@@ -242,7 +242,7 @@ static int bcma_host_pci_suspend(struct device *dev)
242 242
243 bus->mapped_core = NULL; 243 bus->mapped_core = NULL;
244 244
245 return 0; 245 return bcma_bus_suspend(bus);
246} 246}
247 247
248static int bcma_host_pci_resume(struct device *dev) 248static int bcma_host_pci_resume(struct device *dev)