]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netlink/af_netlink.h
Merge tag 'mfd-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[karo-tx-linux.git] / net / netlink / af_netlink.h
index e68ef9ccd7039df76db504060912c0491ce98589..3cfd6cc60504385b98009f52748fc088c62a3b96 100644 (file)
@@ -8,20 +8,6 @@
 #define NLGRPSZ(x)     (ALIGN(x, sizeof(unsigned long) * 8) / 8)
 #define NLGRPLONGS(x)  (NLGRPSZ(x)/sizeof(unsigned long))
 
-struct netlink_ring {
-       void                    **pg_vec;
-       unsigned int            head;
-       unsigned int            frames_per_block;
-       unsigned int            frame_size;
-       unsigned int            frame_max;
-
-       unsigned int            pg_vec_order;
-       unsigned int            pg_vec_pages;
-       unsigned int            pg_vec_len;
-
-       atomic_t                pending;
-};
-
 struct netlink_sock {
        /* struct sock has to be the first member of netlink_sock */
        struct sock             sk;