Skip to content

Commit 3cacd2a

Browse files
AdrianBunkJeff Garzik
authored andcommitted
make drivers/net/atarilance.c:lance_addr_list[] static
This patch makes the needlessly global lance_addr_list[] static. Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent d1d5741 commit 3cacd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/atarilance.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ struct lance_private {
243243

244244
/* Possible memory/IO addresses for probing */
245245

246-
struct lance_addr {
246+
static struct lance_addr {
247247
unsigned long memaddr;
248248
unsigned long ioaddr;
249249
int slow_flag;

0 commit comments

Comments
 (0)