commit | 1ba5c08b58a0c21fca222f1bf2fde184aa26103f | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Tue Jun 06 14:17:39 2017 +0200 |
committer | Jessica Yu <jeyu@kernel.org> | Mon Jun 26 17:23:19 2017 +0200 |
tree | 958a979940db979133f522dde5c722575109d957 | |
parent | 3e2e857f9c3a19d55ee0ba7b428b8be5008960bf [diff] |
kernel/module.c: suppress warning about unused nowarn variable This patch fix the following warning: kernel/module.c: In function 'add_usage_links': kernel/module.c:1653:6: warning: variable 'nowarn' set but not used [-Wunused-but-set-variable] [jeyu: folded in first patch since it only swapped the function order so that del_usage_links can be called from add_usage_links] Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Jessica Yu <jeyu@kernel.org>