depmod: use our copy of modname instead of calling libkmod
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 30 Oct 2012 06:08:54 +0000 (04:08 -0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 30 Oct 2012 06:11:24 +0000 (04:11 -0200)
commit447eed8c489258552942afbba8ea042f99c838e6
treec4f1044f80177d62d532e472c45c4434e4d3b712
parentec587f298cf172cf89382881bdb45f096376da1d
depmod: use our copy of modname instead of calling libkmod

In depmod_module_add() we already called kmod_module_get_name() and
copied the string to our struct. Use it instead of calling again and
again the libkmod function.
tools/depmod.c