[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1378338372.27597.4.camel@deadeye.wl.decadent.org.uk>
Date: Thu, 05 Sep 2013 00:46:12 +0100
From: Ben Hutchings <ben@...adent.org.uk>
To: Matt Mackall <mpm@...enic.com>,
Herbert Xu <herbert@...dor.apana.org.au>
Cc: kbuild test robot <fengguang.wu@...el.com>, kbuild-all@...org,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] hwrng: via-rng: Mark device ID table as __maybe_unused
It is only used in modular builds.
Reported-by: kbuild test robot <fengguang.wu@...el.com>
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
drivers/char/hw_random/via-rng.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/hw_random/via-rng.c b/drivers/char/hw_random/via-rng.c
index e737772..de5a6dc 100644
--- a/drivers/char/hw_random/via-rng.c
+++ b/drivers/char/hw_random/via-rng.c
@@ -221,7 +221,7 @@ static void __exit mod_exit(void)
module_init(mod_init);
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),
{}
};
Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)
Powered by blists - more mailing lists