linux-stable/arch/xtensa/platforms/xt2000
Jason Wang c6ab42b31f xtensa: no need to initialise statics to 0
Static variables do not need to be initialised to 0, because compiler
will initialise all uninitialised statics to 0. Thus, remove the
unneeded initializations.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Message-Id: <20220508022910.98481-1-wangborong@cdjrlc.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2022-05-11 02:15:35 -07:00
..
include/platform xtensa: replace variant/core.h with asm/core.h 2019-05-06 17:48:55 -07:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
setup.c xtensa: no need to initialise statics to 0 2022-05-11 02:15:35 -07:00