[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>

authored by

Russell King and committed by
Russell King
07ed3131 40c3a578

+2 -2
+1 -1
drivers/net/arm/ether1.c
··· 74 75 /* ------------------------------------------------------------------------- */ 76 77 - static char version[] __initdata = "ether1 ethernet driver (c) 2000 Russell King v1.07\n"; 78 79 #define BUS_16 16 80 #define BUS_8 8
··· 74 75 /* ------------------------------------------------------------------------- */ 76 77 + static char version[] __devinitdata = "ether1 ethernet driver (c) 2000 Russell King v1.07\n"; 78 79 #define BUS_16 16 80 #define BUS_8 8
+1 -1
drivers/net/arm/ether3.c
··· 68 #include <asm/ecard.h> 69 #include <asm/io.h> 70 71 - static char version[] __initdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; 72 73 #include "ether3.h" 74
··· 68 #include <asm/ecard.h> 69 #include <asm/io.h> 70 71 + static char version[] __devinitdata = "ether3 ethernet driver (c) 1995-2000 R.M.King v1.17\n"; 72 73 #include "ether3.h" 74