1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Rasmus Villemoes 2019-05-13 11:14:54 +00:00 committed by Li Yang
parent 5677eab3c8
commit f03de74d92
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ static void qe_snums_init(void)
0x28, 0x29, 0x38, 0x39, 0x48, 0x49, 0x58, 0x59,
0x68, 0x69, 0x78, 0x79, 0x80, 0x81,
};
static const u8 *snum_init;
const u8 *snum_init;
qe_num_of_snum = qe_get_num_of_snums();