Skip to content

Commit 7b32a31

Browse files
AdrianBunkJeff Garzik
authored and
Jeff Garzik
committed
[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 <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 75ac6ae commit 7b32a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/s2io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ static int s2io_on_nec_bridge(struct pci_dev *s2io_pdev)
852852
return 0;
853853
}
854854

855-
int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266};
855+
static int bus_speed[8] = {33, 133, 133, 200, 266, 133, 200, 266};
856856
/**
857857
* s2io_print_pci_mode -
858858
*/

0 commit comments

Comments
 (0)