acrn-kernel/arch/arm/mach-ep93xx
Arnd Bergmann e91ffbd655 ARM: ep93xx: fix missing-prototype warnings
[ Upstream commit 419013740e ]

ep93xx_clocksource_read() is only called from the file it is declared in,
while ep93xx_timer_init() is declared in a header that is not included here.

arch/arm/mach-ep93xx/timer-ep93xx.c:120:13: error: no previous prototype for 'ep93xx_timer_init'
arch/arm/mach-ep93xx/timer-ep93xx.c:63:5: error: no previous prototype for 'ep93xx_clocksource_read'

Fixes: 000bc17817 ("ARM: ep93xx: switch to GENERIC_CLOCKEVENTS")
Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Link: https://lore.kernel.org/r/20230516153109.514251-3-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-07-19 16:21:23 +02:00
..
Kconfig
Makefile
adssphere.c
clock.c
core.c
dma.c
edb93xx.c
ep93xx-regs.h
gesbc9312.c
gpio-ep93xx.h
hardware.h
irqs.h
micro9.c
platform.h
simone.c
snappercl15.c
soc.h
timer-ep93xx.c
ts72xx.c
ts72xx.h
vision_ep9307.c