netlink: remove unused 'compare' function
[linux-2.6-microblaze.git] / net / netlink / af_netlink.h
index 5f454c8..90a3198 100644 (file)
@@ -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;
 };