WSL2-Linux-Kernel/arch/arm/mach-ep93xx
Alexander Sverdlin 75577fbecb
ARM: ep93xx: Make ts72xx_register_flash() static
... and fix the warning/error:

arch/arm/mach-ep93xx/ts72xx.c:154:13: error: no previous prototype for function 'ts72xx_register_flash' [-Werror,-Wmissing-prototypes]
void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
            ^
arch/arm/mach-ep93xx/ts72xx.c:154:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void __init ts72xx_register_flash(struct mtd_partition *parts, int n,
^
static

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Link: https://lore.kernel.org/lkml/202202140141.HRZ3WZwi-lkp@intel.com/T/
Link: https://lore.kernel.org/r/20220523065616.325052-1-alexander.sverdlin@gmail.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2022-05-27 16:00:58 +02:00
..
Kconfig ARM: rework endianess selection 2022-04-08 17:20:54 +02:00
Makefile ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
Makefile.boot
adssphere.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
clock.c ep93xx: clock: Do not return the address of the freed memory 2022-05-27 15:55:44 +02:00
core.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
dma.c
edb93xx.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
ep93xx-regs.h ARM: ep93xx: make mach/ep93xx-regs.h local 2022-04-04 10:22:37 +02:00
gesbc9312.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
gpio-ep93xx.h ARM: ep93xx: make mach/ep93xx-regs.h local 2022-04-04 10:22:37 +02:00
hardware.h
irqs.h ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
micro9.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
platform.h ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
simone.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
snappercl15.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00
soc.h ARM: ep93xx: make mach/ep93xx-regs.h local 2022-04-04 10:22:37 +02:00
timer-ep93xx.c
ts72xx.c ARM: ep93xx: Make ts72xx_register_flash() static 2022-05-27 16:00:58 +02:00
ts72xx.h
vision_ep9307.c ARM: ep93xx: enable SPARSE_IRQ 2022-04-04 10:22:37 +02:00