diff options
Diffstat (limited to 'drivers/infiniband/core/ucma.c')
-rw-r--r-- | drivers/infiniband/core/ucma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/ucma.c b/drivers/infiniband/core/ucma.c index 826016b013ca..ab8b1c30b36b 100644 --- a/drivers/infiniband/core/ucma.c +++ b/drivers/infiniband/core/ucma.c | |||
@@ -57,7 +57,7 @@ MODULE_LICENSE("Dual BSD/GPL"); | |||
57 | static unsigned int max_backlog = 1024; | 57 | static unsigned int max_backlog = 1024; |
58 | 58 | ||
59 | static struct ctl_table_header *ucma_ctl_table_hdr; | 59 | static struct ctl_table_header *ucma_ctl_table_hdr; |
60 | static ctl_table ucma_ctl_table[] = { | 60 | static struct ctl_table ucma_ctl_table[] = { |
61 | { | 61 | { |
62 | .procname = "max_backlog", | 62 | .procname = "max_backlog", |
63 | .data = &max_backlog, | 63 | .data = &max_backlog, |