diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-02-08 11:11:50 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-03-02 09:59:45 -0500 |
commit | 9b6cc9a807c79c3c356af6f4e6c55e62c6554226 (patch) | |
tree | b46b492ed06e0db3d96af53e45fd322728a2a657 /drivers/bcma/bcma_private.h | |
parent | 804e27dee49e20c0addd1b7276654220cc3768ae (diff) |
bcma: enable support for PCIe Gen 2 host devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index 36929126a206..29565e30700a 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h | |||
@@ -26,6 +26,7 @@ bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, | |||
26 | int timeout); | 26 | int timeout); |
27 | void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core); | 27 | void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core); |
28 | void bcma_init_bus(struct bcma_bus *bus); | 28 | void bcma_init_bus(struct bcma_bus *bus); |
29 | void bcma_unregister_cores(struct bcma_bus *bus); | ||
29 | int bcma_bus_register(struct bcma_bus *bus); | 30 | int bcma_bus_register(struct bcma_bus *bus); |
30 | void bcma_bus_unregister(struct bcma_bus *bus); | 31 | void bcma_bus_unregister(struct bcma_bus *bus); |
31 | int __init bcma_bus_early_register(struct bcma_bus *bus); | 32 | int __init bcma_bus_early_register(struct bcma_bus *bus); |