Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a44bc80e authored by Ben Hutchings's avatar Ben Hutchings Committed by Herbert Xu
Browse files

hwrng: via-rng - Mark device ID table as __maybe_unused



It is only used in modular builds.

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 58497204
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -221,7 +221,7 @@ static void __exit mod_exit(void)
module_init(mod_init);
module_init(mod_init);
module_exit(mod_exit);
module_exit(mod_exit);


static struct x86_cpu_id via_rng_cpu_id[] = {
static struct x86_cpu_id __maybe_unused via_rng_cpu_id[] = {
	X86_FEATURE_MATCH(X86_FEATURE_XSTORE),
	X86_FEATURE_MATCH(X86_FEATURE_XSTORE),
	{}
	{}
};
};