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