]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled
authorDavid Ahern <dsahern@gmail.com>
Sun, 5 May 2019 18:16:20 +0000 (11:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jun 2019 10:22:49 +0000 (12:22 +0200)
commit8474fc0335aeba513243f921988608e5d3108357
treec445666a942647a6096b815fcd4c9d8adc4dd655
parentcfd8d2e79524aefd838152bbccc49374fdf46f52
ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled

commit 9b3040a6aafd7898ece7fc7efcbca71e42aa8069 upstream.

Define __ipv4_neigh_lookup_noref to return NULL when CONFIG_INET is disabled.

Fixes: 4b2a2bfeb3f0 ("neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/arp.h