From: Tobias Stoeckmann Date: Sun, 20 Oct 2024 09:40:51 +0000 (+0200) Subject: libkmod: Remove struct name X-Git-Tag: v34~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2669abb18b66471e09a99556a602b71729f0a699;p=thirdparty%2Fkmod.git 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 Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/196 Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/libkmod-elf.c b/libkmod/libkmod-elf.c index a6ef5063..bd8591a4 100644 --- a/libkmod/libkmod-elf.c +++ b/libkmod/libkmod-elf.c @@ -32,7 +32,7 @@ struct kmod_elf { uint64_t size; bool x32; bool msb; - struct kmod_elf_header { + struct { struct { uint64_t offset; uint16_t count;