X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbcma%2Fbcma_private.h;h=3872e0d833be5aaf1f79c73125c9a007f09aae54;hb=3624d8a5693c7664906d40ffac19e1ec786a702d;hp=30a3085d3354577d68e3121e4dfb77c57cc4409f;hpb=510597e26e2a072e2d46ea5bc57feaf385e37f70;p=pandora-kernel.git diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index 30a3085d3354..3872e0d833be 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h @@ -8,8 +8,6 @@ #include #include -#define BCMA_CORE_SIZE 0x1000 - struct bcma_bus; /* main.c */ @@ -18,6 +16,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);