summaryrefslogtreecommitdiffstats
path: root/sys/contrib/rdma/rdma_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/rdma/rdma_device.c')
-rw-r--r--sys/contrib/rdma/rdma_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/rdma/rdma_device.c b/sys/contrib/rdma/rdma_device.c
index 53cf31f..a96aa68 100644
--- a/sys/contrib/rdma/rdma_device.c
+++ b/sys/contrib/rdma/rdma_device.c
@@ -769,7 +769,7 @@ rdma_core_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_core",
rdma_core_load,
- 0
+ NULL
};
MODULE_VERSION(rdma_core, 1);
OpenPOWER on IntegriCloud