Commit 8443b165 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King

[PATCH] ARM: 2657/1: export ixp2000_pci_config_addr

Patch from Lennert Buytenhek

Export ixp2000_pci_config_addr, to be used by the IXDP2800 platform
setup code to coordinate booting the master and slave NPU.

Signed-off-by: Lennert Buytenhek
Signed-off-by: Deepak Saxena
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c60c3906
...@@ -37,7 +37,7 @@ static int pci_master_aborts = 0; ...@@ -37,7 +37,7 @@ static int pci_master_aborts = 0;
static int clear_master_aborts(void); static int clear_master_aborts(void);
static u32 * u32 *
ixp2000_pci_config_addr(unsigned int bus_nr, unsigned int devfn, int where) ixp2000_pci_config_addr(unsigned int bus_nr, unsigned int devfn, int where)
{ {
u32 *paddress; u32 *paddress;
......
...@@ -121,6 +121,7 @@ unsigned long ixp2000_gettimeoffset(void); ...@@ -121,6 +121,7 @@ unsigned long ixp2000_gettimeoffset(void);
struct pci_sys_data; struct pci_sys_data;
u32 *ixp2000_pci_config_addr(unsigned int bus, unsigned int devfn, int where);
void ixp2000_pci_preinit(void); void ixp2000_pci_preinit(void);
int ixp2000_pci_setup(int, struct pci_sys_data*); int ixp2000_pci_setup(int, struct pci_sys_data*);
struct pci_bus* ixp2000_pci_scan_bus(int, struct pci_sys_data*); struct pci_bus* ixp2000_pci_scan_bus(int, struct pci_sys_data*);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment