commit | 6bf52b615d78542e41e684438c844af1fa4fb36e | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 09 09:48:58 2017 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 09 09:48:58 2017 +0100 |
tree | d7cc77f1b66091f99741a41f31ee66908788811d | |
parent | 80172e46221222f26680f3b9caf7637383205e7a [diff] |
modprobe-small: build fixes Was throwing some build errors: CONFIG_MODPROBE_SMALL=y CONFIG_DEPMOD=y CONFIG_LSMOD=y CONFIG_MODINFO=y CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED=y error: unused variable 'exitcode' modutils/modprobe-small.c: In function 'modprobe_main': modutils/modprobe-small.c:1060: error: control reaches end of non-void function Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>