aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
852 return 0; 852 return 0;
853} 853}
854 854
855int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266}; 855static int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266};
856/** 856/**
857 * s2io_print_pci_mode - 857 * s2io_print_pci_mode -
858 */ 858 */