aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/include/linux/moduleparam.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2013-09-29 00:35:03 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2013-09-29 00:35:03 +0000
commitc9f432b7ba4bf134850b4a5028fae94f63ca274c (patch)
tree2c8631892ad121ada16a812ddbfd631e44299298 /sys/ofed/include/linux/moduleparam.h
parent64fa5e4ddf951327c3c950505a840cb4e2aa0559 (diff)
Notes
Diffstat (limited to 'sys/ofed/include/linux/moduleparam.h')
-rw-r--r--sys/ofed/include/linux/moduleparam.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ofed/include/linux/moduleparam.h b/sys/ofed/include/linux/moduleparam.h
index 2c541a67f957..e8534c7cdbbb 100644
--- a/sys/ofed/include/linux/moduleparam.h
+++ b/sys/ofed/include/linux/moduleparam.h
@@ -87,6 +87,9 @@ param_sysinit(struct kernel_param *param)
#define module_param(var, type, mode) \
module_param_named(var, var, type, mode)
+#define module_param_array(var, type, addr_argc, mode) \
+ module_param_named(var, var, type, mode)
+
#define MODULE_PARM_DESC(name, desc)
static inline int