diff options
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r-- | drivers/net/tulip/winbond-840.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c index 64e3f01e9980..862eadf07191 100644 --- a/drivers/net/tulip/winbond-840.c +++ b/drivers/net/tulip/winbond-840.c | |||
@@ -141,7 +141,7 @@ static int full_duplex[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; | |||
141 | 141 | ||
142 | /* These identify the driver base version and may not be removed. */ | 142 | /* These identify the driver base version and may not be removed. */ |
143 | static const char version[] __initconst = | 143 | static const char version[] __initconst = |
144 | KERN_INFO DRV_NAME ".c:v" DRV_VERSION " (2.4 port) " | 144 | "v" DRV_VERSION " (2.4 port) " |
145 | DRV_RELDATE " Donald Becker <becker@scyld.com>\n" | 145 | DRV_RELDATE " Donald Becker <becker@scyld.com>\n" |
146 | " http://www.scyld.com/network/drivers.html\n"; | 146 | " http://www.scyld.com/network/drivers.html\n"; |
147 | 147 | ||