Message ID | 1430873070-7290-2-git-send-email-mcgrof@do-not-panic.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
"Luis R. Rodriguez" <mcgrof@do-not-panic.com> writes: > From: "Luis R. Rodriguez" <mcgrof@suse.com> > > This will grant access to this helper to code built as modules. > > Cc: Rusty Russell <rusty@rustcorp.com.au> > Cc: David Howells <dhowells@redhat.com> > Cc: Ming Lei <ming.lei@canonical.com> > Cc: Seth Forshee <seth.forshee@canonical.com> > Cc: Kyle McMartin <kyle@kernel.org> > Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com> Applied, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/kernel/params.c b/kernel/params.c index a62dbf8..807f3d4 100644 --- a/kernel/params.c +++ b/kernel/params.c @@ -364,6 +364,7 @@ const struct kernel_param_ops param_ops_bool_enable_only = { .set = param_set_bool_enable_only, .get = param_get_bool, }; +EXPORT_SYMBOL_GPL(param_ops_bool_enable_only); /* This one must be bool. */ int param_set_invbool(const char *val, const struct kernel_param *kp)