diff options
author | Olof Johansson <olof@lixom.net> | 2013-12-12 09:39:37 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-12 20:02:20 +0100 |
commit | 335802d1c297a2851d7140d84af6ec05c1d3cf3f (patch) | |
tree | 72dfb6b56ebd440a1cbd7fcf99163b6f7cb92fbb /drivers/net/wireless/rt2x00/rt61pci.c | |
parent | net-gro: Prepare GRO stack for the upcoming tunneling support (diff) | |
download | linux-335802d1c297a2851d7140d84af6ec05c1d3cf3f.tar.xz linux-335802d1c297a2851d7140d84af6ec05c1d3cf3f.zip |
net: eth: 8390: remove section warning in etherh.c
Commit c45f812f0280 ('8390 : Replace ei_debug with msg_enable/NETIF_MSG_*
feature') ended up moving the printout of version[] from something that
will be compiled out due to defines, to something that is now evaluated
at runtime.
That means that what always used to be an access to an __initdata string
from non-__init code started showing up as a section mismatch when it
didn't before.
All other 8390 versions skip __initdata on the version string, and
starting to annotate the whole chain of callers with __init seems like
more churn than it's worth on this driver, so remove it from etherh.c as well.
Fixes: c45f812f0280 ('8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature')
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt61pci.c')
0 files changed, 0 insertions, 0 deletions