Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: do not hide __modver_version_show declaration behind ifdef
Doing so prevents the following warning from sparse: CHECK kernel/params.c kernel/params.c:817:9: warning: symbol '__modver_version_show' was not declared. Should it be static? since kernel/params.c is never compiled with MODULE being set. Signed-off-by: Dmitry Torokhov <dtor@vmware.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information