diff options
-rw-r--r-- | arch/parisc/kernel/pci.c | 2 | ||||
-rw-r--r-- | include/asm-parisc/pci.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/kernel/pci.c b/arch/parisc/kernel/pci.c index 3a7dda860336..d66d7cb1c0d9 100644 --- a/arch/parisc/kernel/pci.c +++ b/arch/parisc/kernel/pci.c | |||
@@ -57,7 +57,7 @@ static int pci_hba_count __read_mostly; | |||
57 | 57 | ||
58 | /* parisc_pci_hba used by pci_port->in/out() ops to lookup bus data. */ | 58 | /* parisc_pci_hba used by pci_port->in/out() ops to lookup bus data. */ |
59 | #define PCI_HBA_MAX 32 | 59 | #define PCI_HBA_MAX 32 |
60 | struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly; | 60 | static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly; |
61 | 61 | ||
62 | 62 | ||
63 | /******************************************************************** | 63 | /******************************************************************** |
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h index 4c5e15ea3a02..fe7f6a2f5aa7 100644 --- a/include/asm-parisc/pci.h +++ b/include/asm-parisc/pci.h | |||
@@ -203,8 +203,6 @@ struct pci_bios_ops { | |||
203 | */ | 203 | */ |
204 | extern struct pci_port_ops *pci_port; | 204 | extern struct pci_port_ops *pci_port; |
205 | extern struct pci_bios_ops *pci_bios; | 205 | extern struct pci_bios_ops *pci_bios; |
206 | extern int pci_hba_count; | ||
207 | extern struct pci_hba_data *parisc_pci_hba[]; | ||
208 | 206 | ||
209 | #ifdef CONFIG_PCI | 207 | #ifdef CONFIG_PCI |
210 | extern void pcibios_register_hba(struct pci_hba_data *); | 208 | extern void pcibios_register_hba(struct pci_hba_data *); |