| commit | cec0fd6ebc944dc8bffc8d7cf5b168c66ea49eb8 | [log] [tgz] |
|---|---|---|
| author | Luis Chamberlain <mcgrof@kernel.org> | Fri Mar 17 15:34:56 2023 -0700 |
| committer | Luis Chamberlain <mcgrof@kernel.org> | Sun Mar 19 12:48:30 2023 -0700 |
| tree | e5abe0361c3bc3743c115468625b8791717a0498 | |
| parent | da6ef848a9a0706316700626c1eef6349108e442 [diff] |
module: fold usermode helper kmod into modules directory The kernel/kmod.c is already only built if we enabled modules, so just stuff it under kernel/module/kmod.c and unify the MAINTAINERS file for it. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>