]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/depmod: remove unused parameter struct depmod
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 14:31:36 +0000 (15:31 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Jun 2025 12:54:40 +0000 (07:54 -0500)
commitd13b0567b96ef03a3fd92bf2443f70f9a949ab6e
tree7d6ea945cf8b1a59b85292824ccc5beb0e463d10
parenta7ce23ffbb997422ea710d3cb0d2cdeced6cdb06
tools/depmod: remove unused parameter struct depmod

In a handful of functions we don't need the depmod struct. Remove it,
making the compiler happy and shaving a few bytes off the resulting
binary.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/361
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c