mirror of https://gitee.com/openkylin/linux.git
make drivers/net/atarilance.c:lance_addr_list[] static
This patch makes the needlessly global lance_addr_list[] static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
d1d5741d85
commit
3cacd2a1ce
|
@ -243,7 +243,7 @@ struct lance_private {
|
|||
|
||||
/* Possible memory/IO addresses for probing */
|
||||
|
||||
struct lance_addr {
|
||||
static struct lance_addr {
|
||||
unsigned long memaddr;
|
||||
unsigned long ioaddr;
|
||||
int slow_flag;
|
||||
|
|
Loading…
Reference in New Issue