aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorGrant Grundler <grundler@parisc-linux.org>2006-01-19 23:38:03 -0700
committerKyle McMartin <kyle@duet.int.mcmartin.ca>2006-01-22 20:26:34 -0500
commit2c9aadabf454fb07b8f7533096e22bf005dd08df (patch)
treefdc041a98022f348808aab1084b3ef2a39c71ee8 /arch/parisc
parent[PARISC] Use kzalloc and other janitor-style cleanups (diff)
downloadlinux-dev-2c9aadabf454fb07b8f7533096e22bf005dd08df.tar.xz
linux-dev-2c9aadabf454fb07b8f7533096e22bf005dd08df.zip
[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 'arch/parisc')
-rw-r--r--arch/parisc/kernel/pci.c2
1 files changed, 1 insertions, 1 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;
/* parisc_pci_hba used by pci_port->in/out() ops to lookup bus data. */
#define PCI_HBA_MAX 32
-struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly;
+static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly;
/********************************************************************