projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af0fe3
)
hamachi: fix non-constant printk warnings
author
Stephen Hemminger
<shemminger@vyatta.com>
Thu, 26 Feb 2009 10:19:34 +0000
(10:19 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Feb 2009 06:22:02 +0000
(22:22 -0800)
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamachi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/hamachi.c
b/drivers/net/hamachi.c
index 455641f8677e6be6e523b2f7b2230b34662d6d59..310ee035067c3ff54002bf322e230bcbe6540493 100644
(file)
--- a/
drivers/net/hamachi.c
+++ b/
drivers/net/hamachi.c
@@
-171,7
+171,7
@@
static int tx_params[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
#include <asm/unaligned.h>
#include <asm/cache.h>
-static c
har version[] __devinitdata
=
+static c
onst 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 <kasten@nscl.msu.edu>\n"
KERN_INFO " Further modifications by Keith Underwood <keithu@parl.clemson.edu>\n";