]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: xdp: don't export dev_change_xdp_fd()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 12 Apr 2017 07:32:07 +0000 (09:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Apr 2017 14:29:40 +0000 (10:29 -0400)
commitdf7dd8fc965c665e83b71a649378cdf200ff36df
tree313ce99bab9d644c697c49f49ccda782f2151fa1
parentfc9c89b19c56813434c3d2967652a4fa6906926a
net: xdp: don't export dev_change_xdp_fd()

Since dev_change_xdp_fd() is only used in rtnetlink, which must
be built-in, there's no reason to export dev_change_xdp_fd().

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c