Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: fsl: qe: drop useless static qualifier

The local variable snum_init has no reason to have static storage duration.

Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Qiang Zhao <qiang.zhao@nxp.com>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>

authored by

Rasmus Villemoes and committed by
Li Yang
f03de74d 5677eab3

+1 -1
+1 -1
drivers/soc/fsl/qe/qe.c
··· 306 306 0x28, 0x29, 0x38, 0x39, 0x48, 0x49, 0x58, 0x59, 307 307 0x68, 0x69, 0x78, 0x79, 0x80, 0x81, 308 308 }; 309 - static const u8 *snum_init; 309 + const u8 *snum_init; 310 310 311 311 qe_num_of_snum = qe_get_num_of_snums(); 312 312