Remove libkmod-loaded.c and re-order functions in libkmod-module.c
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 12 Dec 2011 15:56:47 +0000 (13:56 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 12 Dec 2011 15:56:47 +0000 (13:56 -0200)
commit49ce6d074199d5c0c2532cb6a636b6a368871917
treea741173f9b190a3a988eb202b63163a0f1446f5d
parenta102e262e61de9a7655210aceb24d2024e9ceeda
Remove libkmod-loaded.c and re-order functions in libkmod-module.c

It's not possible to move functions related to "live" modules to
libkmod-loaded.c because they depend on the definition of kmod_module.
Putting this structure in the private header is not a good idea, so let
all functions related to "live" information in the end of
libkmod-module.c, and move the sole function from libkmod-loaded.c to
this place. This way all functions get the right documentation
about their sections.
Makefile.am
libkmod/libkmod-loaded.c [deleted file]
libkmod/libkmod-module.c