diff options
| -rw-r--r-- | drivers/infiniband/core/device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/device.c b/drivers/infiniband/core/device.c index 47ab34ee1a9d..8872453e26c0 100644 --- a/drivers/infiniband/core/device.c +++ b/drivers/infiniband/core/device.c | |||
| @@ -1232,6 +1232,7 @@ void ib_set_device_ops(struct ib_device *dev, const struct ib_device_ops *ops) | |||
| 1232 | } while (0) | 1232 | } while (0) |
| 1233 | 1233 | ||
| 1234 | SET_DEVICE_OP(dev_ops, add_gid); | 1234 | SET_DEVICE_OP(dev_ops, add_gid); |
| 1235 | SET_DEVICE_OP(dev_ops, advise_mr); | ||
| 1235 | SET_DEVICE_OP(dev_ops, alloc_dm); | 1236 | SET_DEVICE_OP(dev_ops, alloc_dm); |
| 1236 | SET_DEVICE_OP(dev_ops, alloc_fmr); | 1237 | SET_DEVICE_OP(dev_ops, alloc_fmr); |
| 1237 | SET_DEVICE_OP(dev_ops, alloc_hw_stats); | 1238 | SET_DEVICE_OP(dev_ops, alloc_hw_stats); |
