Commit 87b8a181 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Change "char _version" to "char in drivers_net_mac8390.c

From:  Pablo Menichini <pablo@menichini.com.ar>
parent eafdedb2
...@@ -121,7 +121,7 @@ static int useresources[] = { ...@@ -121,7 +121,7 @@ static int useresources[] = {
1, /* dayna-lc */ 1, /* dayna-lc */
}; };
static const char __initdata * version = static char version[] __initdata =
"mac8390.c: v0.4 2001-05-15 David Huggins-Daines <dhd@debian.org> and others\n"; "mac8390.c: v0.4 2001-05-15 David Huggins-Daines <dhd@debian.org> and others\n";
extern int mac8390_probe(struct net_device * dev); extern int mac8390_probe(struct net_device * dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment