Commit 9a150af0 authored by Herbert Xu's avatar Herbert Xu
Browse files

hwrng: npcm - Fix W=1 unused variable warning



This patch fixes an unused variable warning when this driver is
built-in with CONFIG_OF=n.

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 95a62311
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ static const struct dev_pm_ops npcm_rng_pm_ops = {
				pm_runtime_force_resume)
};

static const struct of_device_id rng_dt_id[] = {
static const struct of_device_id rng_dt_id[] __maybe_unused = {
	{ .compatible = "nuvoton,npcm750-rng",  },
	{},
};