|
@@ -136,6 +136,7 @@ static int param_set_bool_enable_only(const char *val,
|
|
}
|
|
}
|
|
|
|
|
|
static const struct kernel_param_ops param_ops_bool_enable_only = {
|
|
static const struct kernel_param_ops param_ops_bool_enable_only = {
|
|
|
|
+ .flags = KERNEL_PARAM_FL_NOARG,
|
|
.set = param_set_bool_enable_only,
|
|
.set = param_set_bool_enable_only,
|
|
.get = param_get_bool,
|
|
.get = param_get_bool,
|
|
};
|
|
};
|