mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
[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>
This commit is contained in:
parent
75ac6ae818
commit
7b32a31289
@ -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 -
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user