Merge tag 'tags/bcm2835-dt-next-2019-03-04' into devicetree/fixes
[linux-2.6-microblaze.git] / include / rdma / ib_mad.h
index fdef558..79ba821 100644 (file)
@@ -616,12 +616,11 @@ struct ib_mad_agent {
        void                    *context;
        u32                     hi_tid;
        u32                     flags;
+       void                    *security;
+       struct list_head        mad_agent_sec_list;
        u8                      port_num;
        u8                      rmpp_version;
-       void                    *security;
        bool                    smp_allowed;
-       bool                    lsm_nb_reg;
-       struct notifier_block   lsm_nb;
 };
 
 /**