diff options
author | Arnd Bergmann <[email protected]> | 2023-05-16 17:30:58 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2023-05-26 13:31:37 +0200 |
commit | 419013740ea1e4343d8ade535d999f59fa28e460 (patch) | |
tree | 56bf2ab369b1fb5824809ac848e058535bf11bdd /lib/mpi/mpi-add.c | |
parent | 30955b4afc2bbea9046c60df994297fac5edc02c (diff) |
ARM: ep93xx: fix missing-prototype warnings
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: 000bc17817bf ("ARM: ep93xx: switch to GENERIC_CLOCKEVENTS")
Acked-by: Alexander Sverdlin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions