From: Emil Velikov Date: Thu, 22 Aug 2024 16:04:20 +0000 (+0100) Subject: testsuite: set-but-unused variable KVER X-Git-Tag: v34~489 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d04b72adf316cedce5a012c0afac624ab8297edb;p=thirdparty%2Fkmod.git testsuite: set-but-unused variable KVER As far as I can see, nothing ever used the variable - be that within kmod itself, or the Kbuild itself. Signed-off-by: Emil Velikov Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/86 Signed-off-by: Lucas De Marchi --- diff --git a/testsuite/module-playground/Makefile b/testsuite/module-playground/Makefile index 0b0b5f31..c0454fd2 100644 --- a/testsuite/module-playground/Makefile +++ b/testsuite/module-playground/Makefile @@ -50,7 +50,6 @@ endif else # normal makefile KDIR ?= $(module_prefix)/lib/modules/`uname -r`/build -KVER ?= `uname -r` ARCH_SPECIFIC_MODULES := mod-simple-x86_64.ko mod-simple-i386.ko mod-simple-sparc64.ko MY_MODULES := $(filter-out $(ARCH_SPECIFIC_MODULES),$(wildcard *.ko))