aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-05-16 17:30:50 +0200
committerJeff Garzik <jeff@garzik.org>2006-05-24 01:28:14 -0400
commit7b32a312895c00ff03178e49db8b651ee1e48178 (patch)
tree4a5b3b4fa62eaee004ea162fa6676a18f142363a /drivers/net/s2io.c
parentMerge branch 'upstream-fixes' into upstream (diff)
downloadlinux-dev-7b32a312895c00ff03178e49db8b651ee1e48178.tar.xz
linux-dev-7b32a312895c00ff03178e49db8b651ee1e48178.zip
[PATCH] drivers/net/s2io.c: make bus_speed[] static
On Mon, May 15, 2006 at 12:56:37AM -0700, Andrew Morton wrote: >... > Changes since 2.6.17-rc3-mm1: >... > git-netdev-all.patch >... > git trees >... This patch makes the needlessly global bus_speed[] static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r--drivers/net/s2io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 4e9998181403..cac9fdd2e1d5 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -852,7 +852,7 @@ static int s2io_on_nec_bridge(struct pci_dev *s2io_pdev)
return 0;
}
-int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266};
+static int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266};
/**
* s2io_print_pci_mode -
*/