]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: Remove struct name
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 20 Oct 2024 09:40:51 +0000 (11:40 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 22 Oct 2024 17:02:56 +0000 (12:02 -0500)
commit2669abb18b66471e09a99556a602b71729f0a699
tree397defd963da5ab8ff119607983b38effdc91cda
parentb000028d353510fca017b667bbca3f467b2a832e
libkmod: Remove struct name

This struct name is never used. Define it just like the other ones in
kmod_elf.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/196
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-elf.c