linux-stable/arch/m68k/68000
Greg Ungerer ffe74a6dc9 m68knommu: fix ucsimm sparse warnings
Sparse reports the following warnings:

  arch/m68k/68000/ucsimm.c:19:15: sparse: sparse: symbol 'cs8900a_hwaddr' was not declared. Should it be static?
  arch/m68k/68000/ucsimm.c:22:1: sparse: sparse: symbol 'getserialnum' was not declared. Should it be static?
  arch/m68k/68000/ucsimm.c:23:1: sparse: sparse: symbol 'gethwaddr' was not declared. Should it be static?
  arch/m68k/68000/ucsimm.c:24:1: sparse: sparse: symbol 'getbenv' was not declared. Should it be static?

'cs8900a_hwaddr' is not used anywhere else in the kernel, so it can be
removed.

All of 'getserialnum', 'gethwaddr' and 'getbenv' are only used in this
file, so they can all be made static. It turns out that these also cause
compiler warnings like this too:

  arch/m68k/68000/ucsimm.c:22:15: warning: no previous prototype for 'getserialnum' [-Wmissing-prototypes]

Also fixed by making them all static.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Reported-by: kernel test robot <lkp@intel.com>
2022-03-07 14:51:12 +10:00
..
Makefile m68k: m68328: remove duplicate code 2020-12-07 09:37:58 +10:00
bootlogo-vz.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
bootlogo.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dragen2.c m68knommu: fix warning: no previous prototype for 'init_dragen2' 2022-03-07 14:51:11 +10:00
entry.S m68k: Remove set_fs() 2021-09-24 13:35:07 +02:00
head.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ints.c
m68328.c m68k: m68328: remove duplicate code 2020-12-07 09:37:58 +10:00
m68328.h m68k: m68328: move platform code to separate files 2020-12-07 09:37:58 +10:00
romvec.S
screen.h m68knommu: fix 'screen_bits' defined but not used 2022-03-07 14:51:11 +10:00
timers.c m68k: remove timer_interrupt() function 2020-10-30 21:57:06 +01:00
ucsimm.c m68knommu: fix ucsimm sparse warnings 2022-03-07 14:51:12 +10:00