Skip to content

Commit

Permalink
make drivers/net/atarilance.c:lance_addr_list[] static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Jeff Garzik committed Jun 12, 2008
1 parent d1d5741 commit 3cacd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/atarilance.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3cacd2a

Please sign in to comment.