summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-11-19 05:56:15 (GMT)
committerPaul Mackerras <paulus@samba.org>2007-12-03 02:56:26 (GMT)
commitebfc00f78c13d0643c858ccc61c5bb8be0a5dbf0 (patch)
treec6cc4e5f802a525fcba17a99a8cec9aa32d53ec8 /arch/powerpc/kernel
parent5a8a1a28bb35a62561367c0a1144dbc5dcb95230 (diff)
downloadlinux-ebfc00f78c13d0643c858ccc61c5bb8be0a5dbf0.tar.xz
[POWERPC] Make global_phb_number static
since it's not used outside of arch/powerpc/kernel/pci-common.c. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/pci-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index 2ae3b6f..742ff72 100644
--- a/arch/powerpc/kernel/pci-common.c
+++ b/arch/powerpc/kernel/pci-common.c
@@ -48,7 +48,7 @@
static DEFINE_SPINLOCK(hose_spinlock);
/* XXX kill that some day ... */
-int global_phb_number; /* Global phb counter */
+static int global_phb_number; /* Global phb counter */
extern struct list_head hose_list;