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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user