diff options
author | Ramkrishna Vepa <ramkrishna.vepa@neterion.com> | 2007-03-30 21:42:27 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 11:01:03 -0400 |
commit | 3ef34b807d35f81ee686e90e28084ee572a66e01 (patch) | |
tree | 6ee096e83d5a0c44ec7bebce684a01c340d76217 /drivers/net/s2io.c | |
parent | d7ef45b04905468b08e36b43dbce5b1de496e682 (diff) |
S2io: Change of driver maintainers
- Changed the maintainers for the S2io driver.
Signed-off-by: Ramkrishna Vepa <ram.vepa@neterion.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index 983f38313d87..290e1c1f30c6 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -84,7 +84,7 @@ | |||
84 | #include "s2io.h" | 84 | #include "s2io.h" |
85 | #include "s2io-regs.h" | 85 | #include "s2io-regs.h" |
86 | 86 | ||
87 | #define DRV_VERSION "2.0.19.1" | 87 | #define DRV_VERSION "2.0.22.1" |
88 | 88 | ||
89 | /* S2io Driver name & version. */ | 89 | /* S2io Driver name & version. */ |
90 | static char s2io_driver_name[] = "Neterion"; | 90 | static char s2io_driver_name[] = "Neterion"; |
@@ -394,7 +394,6 @@ static const u64 fix_mac[] = { | |||
394 | END_SIGN | 394 | END_SIGN |
395 | }; | 395 | }; |
396 | 396 | ||
397 | MODULE_AUTHOR("Raghavendra Koushik <raghavendra.koushik@neterion.com>"); | ||
398 | MODULE_LICENSE("GPL"); | 397 | MODULE_LICENSE("GPL"); |
399 | MODULE_VERSION(DRV_VERSION); | 398 | MODULE_VERSION(DRV_VERSION); |
400 | 399 | ||