diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-01-31 00:03:33 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 14:53:02 -0500 |
commit | 4b259a5cc5ea967fa243dfc1f95a59ae74106f5b (patch) | |
tree | 2d249388538e0086acf5969e5617715ed682cd4a /drivers/bcma/driver_pci.c | |
parent | 2be25cac8402fab56bb51166f464d1b420bcf744 (diff) | |
download | op-kernel-dev-4b259a5cc5ea967fa243dfc1f95a59ae74106f5b.zip op-kernel-dev-4b259a5cc5ea967fa243dfc1f95a59ae74106f5b.tar.gz |
bcma: export bcma_pcie_read()
This will be needed by the host controller.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 fc462b4..22dc9fc 100644 --- a/drivers/bcma/driver_pci.c +++ b/drivers/bcma/driver_pci.c @@ -17,7 +17,7 @@ * R/W ops. **************************************************/ -static u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) +u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) { pcicore_write32(pc, BCMA_CORE_PCI_PCIEIND_ADDR, address); pcicore_read32(pc, BCMA_CORE_PCI_PCIEIND_ADDR); |