1. 01 9月, 2013 2 次提交
  2. 25 6月, 2013 1 次提交
    • E
      ipv6: add include file to suppress sparse warnings · 6da334ee
      Eric Dumazet 提交于
      commit f88c91dd ("ipv6: statically link
      register_inet6addr_notifier()" added following sparse warnings :
      
      net/ipv6/addrconf_core.c:83:5: warning: symbol
      'register_inet6addr_notifier' was not declared. Should it be static?
      net/ipv6/addrconf_core.c:89:5: warning: symbol
      'unregister_inet6addr_notifier' was not declared. Should it be static?
      net/ipv6/addrconf_core.c:95:5: warning: symbol
      'inet6addr_notifier_call_chain' was not declared. Should it be static?
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Cong Wang <amwang@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6da334ee
  3. 15 4月, 2013 1 次提交
    • C
      ipv6: statically link register_inet6addr_notifier() · f88c91dd
      Cong Wang 提交于
      Tomas reported the following build error:
      
      net/built-in.o: In function `ieee80211_unregister_hw':
      (.text+0x10f0e1): undefined reference to `unregister_inet6addr_notifier'
      net/built-in.o: In function `ieee80211_register_hw':
      (.text+0x10f610): undefined reference to `register_inet6addr_notifier'
      make: *** [vmlinux] Error 1
      
      when built IPv6 as a module.
      
      So we have to statically link these symbols.
      Reported-by: NTomas Melin <tomas.melin@iki.fi>
      Cc: Tomas Melin <tomas.melin@iki.fi>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: YOSHIFUJI Hidaki <yoshfuji@linux-ipv6.org>
      Signed-off-by: NCong Wang <amwang@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f88c91dd
  4. 16 4月, 2012 1 次提交
  5. 02 4月, 2012 1 次提交
  6. 01 11月, 2011 1 次提交
  7. 26 2月, 2010 1 次提交
  8. 31 7月, 2007 1 次提交
  9. 27 2月, 2007 2 次提交