diff options
-rw-r--r-- | drivers/infiniband/core/ucm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/core/ucm.c b/drivers/infiniband/core/ucm.c index 2e0d53eeec09..1b09b735c5a8 100644 --- a/drivers/infiniband/core/ucm.c +++ b/drivers/infiniband/core/ucm.c | |||
@@ -1223,10 +1223,10 @@ static void ib_ucm_release_dev(struct device *dev) | |||
1223 | } | 1223 | } |
1224 | 1224 | ||
1225 | static const struct file_operations ucm_fops = { | 1225 | static const struct file_operations ucm_fops = { |
1226 | .owner = THIS_MODULE, | 1226 | .owner = THIS_MODULE, |
1227 | .open = ib_ucm_open, | 1227 | .open = ib_ucm_open, |
1228 | .release = ib_ucm_close, | 1228 | .release = ib_ucm_close, |
1229 | .write = ib_ucm_write, | 1229 | .write = ib_ucm_write, |
1230 | .poll = ib_ucm_poll, | 1230 | .poll = ib_ucm_poll, |
1231 | }; | 1231 | }; |
1232 | 1232 | ||