]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/hw_random/picoxcell-rng.c
hwrng: pixocel - Staticize 'rng_dev'
[karo-tx-linux.git] / drivers / char / hw_random / picoxcell-rng.c
index 973b95113edf7580e09bcb078db0038c047dd7f6..3d4c2293c6f560d239691ba26ab3d7ee241e38f0 100644 (file)
@@ -33,7 +33,7 @@
 
 static void __iomem *rng_base;
 static struct clk *rng_clk;
-struct device *rng_dev;
+static struct device *rng_dev;
 
 static inline u32 picoxcell_trng_read_csr(void)
 {