summaryrefslogtreecommitdiffstats
path: root/sys/contrib/rdma
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/rdma')
-rw-r--r--sys/contrib/rdma/rdma_addr.c2
-rw-r--r--sys/contrib/rdma/rdma_cma.c2
-rw-r--r--sys/contrib/rdma/rdma_device.c2
-rw-r--r--sys/contrib/rdma/rdma_iwcm.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/rdma/rdma_addr.c b/sys/contrib/rdma/rdma_addr.c
index 4d43e4b..b1717c0 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,
- NULL
+ 0
};
MODULE_VERSION(rdma_addr, 1);
diff --git a/sys/contrib/rdma/rdma_cma.c b/sys/contrib/rdma/rdma_cma.c
index 0806094..ea3d501 100644
--- a/sys/contrib/rdma/rdma_cma.c
+++ b/sys/contrib/rdma/rdma_cma.c
@@ -2990,7 +2990,7 @@ cma_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_cma",
cma_load,
- NULL
+ 0
};
MODULE_VERSION(rdma_cma, 1);
diff --git a/sys/contrib/rdma/rdma_device.c b/sys/contrib/rdma/rdma_device.c
index a96aa68..53cf31f 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,
- NULL
+ 0
};
MODULE_VERSION(rdma_core, 1);
diff --git a/sys/contrib/rdma/rdma_iwcm.c b/sys/contrib/rdma/rdma_iwcm.c
index a20bf95..916abcd 100644
--- a/sys/contrib/rdma/rdma_iwcm.c
+++ b/sys/contrib/rdma/rdma_iwcm.c
@@ -1078,7 +1078,7 @@ iw_cm_load(module_t mod, int cmd, void *arg)
static moduledata_t mod_data = {
"rdma_iwcm",
iw_cm_load,
- NULL
+ 0
};
MODULE_VERSION(rdma_iwcm, 1);
OpenPOWER on IntegriCloud