aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Kleen <[email protected]>2012-10-04 17:11:59 -0700
committerLinus Torvalds <[email protected]>2012-10-06 03:04:43 +0900
commit15c0665c2f61d4312255d8952197e5f90a11c1e3 (patch)
tree6386847b3d9cc7155ca149d1b909062d450fa34f
parentafa8c78b889262a1c809a1c1ed17619015ad0481 (diff)
sections: fix section conflicts in drivers/net/wan
Signed-off-by: Andi Kleen <[email protected]> Cc: Krzysztof Halasa <[email protected]> Cc: David Miller <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--drivers/net/wan/z85230.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/z85230.c b/drivers/net/wan/z85230.c
index 0e5769061702..feacc3b994b7 100644
--- a/drivers/net/wan/z85230.c
+++ b/drivers/net/wan/z85230.c
@@ -1775,7 +1775,7 @@ EXPORT_SYMBOL(z8530_queue_xmit);
/*
* Module support
*/
-static const char banner[] __initdata =
+static const char banner[] __initconst =
KERN_INFO "Generic Z85C30/Z85230 interface driver v0.02\n";
static int __init z85230_init_driver(void)