Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
base: remove unused variable 'no_warn'
Fix the following build warning:
drivers/base/module.c:36:6: error: variable 'no_warn' set but not used [-Werror,-Wunused-but-set-variable]
int no_warn;
Signed-off-by: Bill Wendling <morbo@google.com>- Loading branch information