diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-15 07:51:41 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 04:39:56 -0400 |
commit | 07ed31319422e82d50dfae7aebf88514d258b8f3 (patch) | |
tree | ae56f9c26a4d23a9cf0114c1ddf401d26e7dab96 /drivers/net/arm/ether3.c | |
parent | 40c3a578a76ce0b20d1716e03b5a4b407ca9ca51 (diff) |
[ARM] rpc: silence two section mismatch warnings
WARNING: drivers/built-in.o(.text+0x3fd54): Section mismatch: reference to .init.data: (between 'ether3_probe' and 'ether1_setmulticastlist')
WARNING: drivers/built-in.o(.text+0x40380): Section mismatch: reference to .init.data: (between 'ether1_probe' and 'ether1_interrupt')
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/net/arm/ether3.c')
-rw-r--r-- | drivers/net/arm/ether3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/arm/ether3.c b/drivers/net/arm/ether3.c index 32630493a4ef..3805506a3ab8 100644 --- a/drivers/net/arm/ether3.c +++ b/drivers/net/arm/ether3.c | |||
@@ -68,7 +68,7 @@ | |||
68 | #include <asm/ecard.h> | 68 | #include <asm/ecard.h> |
69 | #include <asm/io.h> | 69 | #include <asm/io.h> |
70 | 70 | ||
71 | static char version[] __initdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; | 71 | static char version[] __devinitdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; |
72 | 72 | ||
73 | #include "ether3.h" | 73 | #include "ether3.h" |
74 | 74 | ||