summaryrefslogtreecommitdiff
path: root/src/shared/module-util.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-19udev-builtin-kmod: use the generic module_load() functionZbigniew Jędrzejewski-Szmek1-1/+1
There should be no functional change.
2018-07-16Move module-util.h to src/shared/ and load_module() to libsharedZbigniew Jędrzejewski-Szmek1-0/+12
Unfortunately this needs libshared to link to libkmod. Before it was linked into systemd-udevd, udevadm, and systemd each seperately. On most systems this doesn't make much difference, because at least systemd would be installed, but it might not be in small chroots. It is a small library, so I hope this is not a big issue.