diff options
author | Florian Westphal <fw@strlen.de> | 2023-03-08 17:20:06 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-03-10 10:11:09 +0300 |
commit | 6978052448f9eb19f7b03243ac0416104e5ee50d (patch) | |
tree | 0cfe04fad5c5910e5110b790d2ce01c14389d1ab /net/netlink/af_netlink.h | |
parent | efb5b62d72719fd1df1f927542c58d1e21d69e19 (diff) | |
download | linux-6978052448f9eb19f7b03243ac0416104e5ee50d.tar.xz |
netlink: remove unused 'compare' function
No users in the tree. Tested with allmodconfig build.
Signed-off-by: Florian Westphal <fw@strlen.de>
Link: https://lore.kernel.org/r/20230308142006.20879-1-fw@strlen.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/netlink/af_netlink.h')
-rw-r--r-- | net/netlink/af_netlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.h b/net/netlink/af_netlink.h index 5f454c8de6a4..90a3198a9b7f 100644 --- a/net/netlink/af_netlink.h +++ b/net/netlink/af_netlink.h @@ -64,7 +64,6 @@ struct netlink_table { struct module *module; int (*bind)(struct net *net, int group); void (*unbind)(struct net *net, int group); - bool (*compare)(struct net *net, struct sock *sock); int registered; }; |