From f9d43f1662ee9797fbb3b8ff3ad1589d08ef6251 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 26 Feb 2009 10:19:34 +0000 Subject: [PATCH] --- yaml --- r: 134699 b: refs/heads/master c: 98683956acea08858a3326eb4d61e5cf40c67fe2 h: refs/heads/master i: 134697: cafd0e4ccbfe87a9be29f6678a783866fb4719ca 134695: f5efe581cf1d0221724c3015533b07f85883a113 v: v3 --- [refs] | 2 +- trunk/drivers/net/hamachi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7ec2c0ed3093..cb9a270bef7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3af0fe39751d69d6dc8008712ee4cee53705f7f9 +refs/heads/master: 98683956acea08858a3326eb4d61e5cf40c67fe2 diff --git a/trunk/drivers/net/hamachi.c b/trunk/drivers/net/hamachi.c index 455641f8677e..310ee035067c 100644 --- a/trunk/drivers/net/hamachi.c +++ b/trunk/drivers/net/hamachi.c @@ -171,7 +171,7 @@ static int tx_params[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; #include #include -static char version[] __devinitdata = +static const char version[] __devinitconst = KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE " Written by Donald Becker\n" KERN_INFO " Some modifications by Eric kasten \n" KERN_INFO " Further modifications by Keith Underwood \n";