diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2020-04-21 13:59:44 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-21 16:06:45 +0200 |
commit | 2c66e281c0330289aad93e6dd722b25fee29306c (patch) | |
tree | f81938ab3cd7e94dcbb926c95ef4f3d378127eb2 /arch/mips/include/asm/local.h | |
parent | MIPS: Loongson64: Mark RS780 HPET as broken (diff) | |
download | linux-2c66e281c0330289aad93e6dd722b25fee29306c.tar.xz linux-2c66e281c0330289aad93e6dd722b25fee29306c.zip |
MIPS: Do not initialise globals to 0
Fix the following checkpatch error:
ERROR: do not initialise globals to 0
#834: FILE: arch/mips/kernel/setup.c:834:
+int hw_coherentio = 0; /* Actual hardware supported DMA coherency setting. */
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/local.h')
0 files changed, 0 insertions, 0 deletions