diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-06-01 20:02:30 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-06-12 02:40:39 -0400 |
commit | 45675bc6eb2393587bea900c726bca3b74ea9a3e (patch) | |
tree | 1a9498462d27dae2da3b8fcc82b55334d1cdd3fe /drivers/net/mv643xx_eth.c | |
parent | bedfe3248efd070acd97d44d8c58cf82d7ebe7c4 (diff) |
mv643xx_eth: update driver version and author fields
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index a2b958ddf5f0..83a877f3a553 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -55,7 +55,7 @@ | |||
55 | #include <asm/system.h> | 55 | #include <asm/system.h> |
56 | 56 | ||
57 | static char mv643xx_eth_driver_name[] = "mv643xx_eth"; | 57 | static char mv643xx_eth_driver_name[] = "mv643xx_eth"; |
58 | static char mv643xx_eth_driver_version[] = "1.0"; | 58 | static char mv643xx_eth_driver_version[] = "1.1"; |
59 | 59 | ||
60 | #define MV643XX_ETH_CHECKSUM_OFFLOAD_TX | 60 | #define MV643XX_ETH_CHECKSUM_OFFLOAD_TX |
61 | #define MV643XX_ETH_NAPI | 61 | #define MV643XX_ETH_NAPI |
@@ -2570,8 +2570,8 @@ static void __exit mv643xx_eth_cleanup_module(void) | |||
2570 | } | 2570 | } |
2571 | module_exit(mv643xx_eth_cleanup_module); | 2571 | module_exit(mv643xx_eth_cleanup_module); |
2572 | 2572 | ||
2573 | MODULE_AUTHOR("Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, Manish Lachwani " | 2573 | MODULE_AUTHOR("Rabeeh Khoury, Assaf Hoffman, Matthew Dharm, " |
2574 | "and Dale Farnsworth"); | 2574 | "Manish Lachwani, Dale Farnsworth and Lennert Buytenhek"); |
2575 | MODULE_DESCRIPTION("Ethernet driver for Marvell MV643XX"); | 2575 | MODULE_DESCRIPTION("Ethernet driver for Marvell MV643XX"); |
2576 | MODULE_LICENSE("GPL"); | 2576 | MODULE_LICENSE("GPL"); |
2577 | MODULE_ALIAS("platform:" MV643XX_ETH_SHARED_NAME); | 2577 | MODULE_ALIAS("platform:" MV643XX_ETH_SHARED_NAME); |