X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fbcma%2Fbcma_private.h;h=fda56bde36b836cc7fa4a8bee2c1bc92b0e5a43d;hb=e7691a1ce341c80ed9504244a36b31c025217391;hp=30a3085d3354577d68e3121e4dfb77c57cc4409f;hpb=866d43c9ea88daa3751b58aba16a2a9b7f7aa067;p=~andy%2Flinux diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index 30a3085d335..fda56bde36b 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h @@ -18,6 +18,9 @@ void bcma_bus_unregister(struct bcma_bus *bus); int __init bcma_bus_early_register(struct bcma_bus *bus, struct bcma_device *core_cc, struct bcma_device *core_mips); +#ifdef CONFIG_PM +int bcma_bus_resume(struct bcma_bus *bus); +#endif /* scan.c */ int bcma_bus_scan(struct bcma_bus *bus);