diff options
author | Grant Grundler <grundler@parisc-linux.org> | 2006-01-19 23:38:03 -0700 |
---|---|---|
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | 2006-01-22 20:26:34 -0500 |
commit | 2c9aadabf454fb07b8f7533096e22bf005dd08df (patch) | |
tree | fdc041a98022f348808aab1084b3ef2a39c71ee8 /include/asm-parisc | |
parent | cb6fc18e9ca615f03d18e60c49855b434ca2e51e (diff) | |
download | kernel_samsung_smdk4412-2c9aadabf454fb07b8f7533096e22bf005dd08df.zip kernel_samsung_smdk4412-2c9aadabf454fb07b8f7533096e22bf005dd08df.tar.gz kernel_samsung_smdk4412-2c9aadabf454fb07b8f7533096e22bf005dd08df.tar.bz2 |
[PARISC] Remove unnecessary extern declarations from asm/pci.h
Remove two unnecessary extern declarations from asm/pci.h.
They collide with what gcc4.0 assumed was static (and should be static).
Found by Joel Soete.
Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h index 4c5e15e..fe7f6a2 100644 --- a/include/asm-parisc/pci.h +++ b/include/asm-parisc/pci.h @@ -203,8 +203,6 @@ struct pci_bios_ops { */ extern struct pci_port_ops *pci_port; extern struct pci_bios_ops *pci_bios; -extern int pci_hba_count; -extern struct pci_hba_data *parisc_pci_hba[]; #ifdef CONFIG_PCI extern void pcibios_register_hba(struct pci_hba_data *); |