diff options
Diffstat (limited to 'drivers/bcma/driver_pci.c')
-rw-r--r-- | drivers/bcma/driver_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_pci.c b/drivers/bcma/driver_pci.c index fc462b4a0990..22dc9fca6dcb 100644 --- a/drivers/bcma/driver_pci.c +++ b/drivers/bcma/driver_pci.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * R/W ops. | 17 | * R/W ops. |
18 | **************************************************/ | 18 | **************************************************/ |
19 | 19 | ||
20 | static u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) | 20 | u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) |
21 | { | 21 | { |
22 | pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address); | 22 | pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address); |
23 | pcicore_read32(pc, BCMA_CORE_PCI_PCIEIND_ADDR); | 23 | pcicore_read32(pc, BCMA_CORE_PCI_PCIEIND_ADDR); |