aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nvidia
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-06-04 16:49:16 +0800
committerDavid S. Miller <davem@davemloft.net>2014-06-04 14:55:23 -0700
commit898157ed7473683d515532f9f14bfd2f7743ccd2 (patch)
tree6d3d27e8b910743c0c8ae635f9090d2f21ef684f /drivers/net/ethernet/nvidia
parentMerge branch 'xen-netback-netfront-multiqueue' (diff)
downloadlinux-dev-898157ed7473683d515532f9f14bfd2f7743ccd2.tar.xz
linux-dev-898157ed7473683d515532f9f14bfd2f7743ccd2.zip
gianfar: Fix the section mismatch warnings.
Building with CONFIG_DEBUG_SECTION_MISMATCH enabled, the following WARNING is occured: LD drivers/net/built-in.o WARNING: drivers/net/built-in.o(.text+0xcd4c): Section mismatch in reference from the function gfar_probe() to the function .init.text:gfar_init_addr_hash_table() The function gfar_probe() references the function __init gfar_init_addr_hash_table(). This is often because gfar_probe lacks a __init annotation or the annotation of gfar_init_addr_hash_table is wrong. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/nvidia')
0 files changed, 0 insertions, 0 deletions