diff options
-rw-r--r-- | drivers/net/atlx/atl2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/atlx/atl2.c b/drivers/net/atlx/atl2.c index 07adc8446901..29c0265ccc5d 100644 --- a/drivers/net/atlx/atl2.c +++ b/drivers/net/atlx/atl2.c | |||
@@ -51,10 +51,10 @@ | |||
51 | 51 | ||
52 | #define ATL2_DRV_VERSION "2.2.3" | 52 | #define ATL2_DRV_VERSION "2.2.3" |
53 | 53 | ||
54 | static char atl2_driver_name[] = "atl2"; | 54 | static const char atl2_driver_name[] = "atl2"; |
55 | static const char atl2_driver_string[] = "Atheros(R) L2 Ethernet Driver"; | 55 | static const char atl2_driver_string[] = "Atheros(R) L2 Ethernet Driver"; |
56 | static char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation."; | 56 | static const char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation."; |
57 | static char atl2_driver_version[] = ATL2_DRV_VERSION; | 57 | static const char atl2_driver_version[] = ATL2_DRV_VERSION; |
58 | 58 | ||
59 | MODULE_AUTHOR("Atheros Corporation <xiong.huang@atheros.com>, Chris Snook <csnook@redhat.com>"); | 59 | MODULE_AUTHOR("Atheros Corporation <xiong.huang@atheros.com>, Chris Snook <csnook@redhat.com>"); |
60 | MODULE_DESCRIPTION("Atheros Fast Ethernet Network Driver"); | 60 | MODULE_DESCRIPTION("Atheros Fast Ethernet Network Driver"); |