Do not export array of kmod extensions
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 8 Oct 2014 17:33:42 +0000 (14:33 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 9 Oct 2014 04:26:39 +0000 (01:26 -0300)
commitb95506ff6141aa65a46eef80fa0f0b06f9896712
tree8405734f044fb8d8f4793c69f448f65b9e85de3f
parentfdafa6b6556d07cfd4cfd09dd5174c347ddd3f9a
Do not export array of kmod extensions

The only user outside of libkmod-util is depmod, which really only needs
to get the string for the extension of uncompressed modules. It doesn't
need to access the array itself.
libkmod/libkmod-util.c
libkmod/libkmod-util.h
tools/depmod.c