Loading drivers/infiniband/core/ucm.c +0 −3 Original line number Diff line number Diff line Loading @@ -106,9 +106,6 @@ enum { IB_UCM_MAX_DEVICES = 32 }; /* ib_cm and ib_user_cm modules share /sys/class/infiniband_cm */ extern struct class cm_class; #define IB_UCM_BASE_DEV MKDEV(IB_UCM_MAJOR, IB_UCM_BASE_MINOR) static void ib_ucm_add_one(struct ib_device *device); Loading drivers/infiniband/core/uverbs_cmd.c +3 −3 Original line number Diff line number Diff line Loading @@ -2446,7 +2446,7 @@ ssize_t ib_uverbs_detach_mcast(struct ib_uverbs_file *file, return ret ? ret : in_len; } int __uverbs_create_xsrq(struct ib_uverbs_file *file, static int __uverbs_create_xsrq(struct ib_uverbs_file *file, struct ib_uverbs_create_xsrq *cmd, struct ib_udata *udata) { Loading include/rdma/ib_addr.h +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ static inline u16 rdma_get_vlan_id(union ib_gid *dgid) static inline struct net_device *rdma_vlan_dev_real_dev(const struct net_device *dev) { return dev->priv_flags & IFF_802_1Q_VLAN ? vlan_dev_real_dev(dev) : 0; vlan_dev_real_dev(dev) : NULL; } #endif /* IB_ADDR_H */ include/rdma/ib_cm.h +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,9 @@ #include <rdma/ib_mad.h> #include <rdma/ib_sa.h> /* ib_cm and ib_user_cm modules share /sys/class/infiniband_cm */ extern struct class cm_class; enum ib_cm_state { IB_CM_IDLE, IB_CM_LISTEN, Loading Loading
drivers/infiniband/core/ucm.c +0 −3 Original line number Diff line number Diff line Loading @@ -106,9 +106,6 @@ enum { IB_UCM_MAX_DEVICES = 32 }; /* ib_cm and ib_user_cm modules share /sys/class/infiniband_cm */ extern struct class cm_class; #define IB_UCM_BASE_DEV MKDEV(IB_UCM_MAJOR, IB_UCM_BASE_MINOR) static void ib_ucm_add_one(struct ib_device *device); Loading
drivers/infiniband/core/uverbs_cmd.c +3 −3 Original line number Diff line number Diff line Loading @@ -2446,7 +2446,7 @@ ssize_t ib_uverbs_detach_mcast(struct ib_uverbs_file *file, return ret ? ret : in_len; } int __uverbs_create_xsrq(struct ib_uverbs_file *file, static int __uverbs_create_xsrq(struct ib_uverbs_file *file, struct ib_uverbs_create_xsrq *cmd, struct ib_udata *udata) { Loading
include/rdma/ib_addr.h +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ static inline u16 rdma_get_vlan_id(union ib_gid *dgid) static inline struct net_device *rdma_vlan_dev_real_dev(const struct net_device *dev) { return dev->priv_flags & IFF_802_1Q_VLAN ? vlan_dev_real_dev(dev) : 0; vlan_dev_real_dev(dev) : NULL; } #endif /* IB_ADDR_H */
include/rdma/ib_cm.h +3 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,9 @@ #include <rdma/ib_mad.h> #include <rdma/ib_sa.h> /* ib_cm and ib_user_cm modules share /sys/class/infiniband_cm */ extern struct class cm_class; enum ib_cm_state { IB_CM_IDLE, IB_CM_LISTEN, Loading