From 8bd82dc0ee7c80da0cb853cde9c2ec381cf88159 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 8 Sep 2010 21:32:12 -0700 Subject: [PATCH] --- yaml --- r: 214367 b: refs/heads/master c: f27e21a813e2c4ca74b30a5443602e75b146db9b h: refs/heads/master i: 214365: 26d82c51a7cf4ebaaf9be38461d1b2938d36b8f9 214363: e917fa2f04065babcb29a757a1032402105431d7 214359: 6eac8976c1f8dcb19cf499b4836f7b2824b71fad 214351: 72da90e48fa1b11296fdae9e1e3507d253bccdf0 214335: e17de6dbf61d9d0a5011e6d82f5eb50f735c8064 v: v3 --- [refs] | 2 +- trunk/drivers/net/atlx/atl2.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c041ccb30594..6481a6ef2e58 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0386005ff2a729998735e10769d99e1acbc2dd1 +refs/heads/master: f27e21a813e2c4ca74b30a5443602e75b146db9b diff --git a/trunk/drivers/net/atlx/atl2.c b/trunk/drivers/net/atlx/atl2.c index 07adc8446901..29c0265ccc5d 100644 --- a/trunk/drivers/net/atlx/atl2.c +++ b/trunk/drivers/net/atlx/atl2.c @@ -51,10 +51,10 @@ #define ATL2_DRV_VERSION "2.2.3" -static char atl2_driver_name[] = "atl2"; +static const char atl2_driver_name[] = "atl2"; static const char atl2_driver_string[] = "Atheros(R) L2 Ethernet Driver"; -static char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation."; -static char atl2_driver_version[] = ATL2_DRV_VERSION; +static const char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation."; +static const char atl2_driver_version[] = ATL2_DRV_VERSION; MODULE_AUTHOR("Atheros Corporation , Chris Snook "); MODULE_DESCRIPTION("Atheros Fast Ethernet Network Driver");