]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8913/1: arch_timer: include <asm/arch_timer.h>
authorBen Dooks <ben-linux@fluff.org>
Mon, 7 Oct 2019 13:56:40 +0000 (14:56 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 27 Oct 2019 21:14:43 +0000 (21:14 +0000)
commit6572c6dc2fa30702372dd98ae7ae77e558584f2a
tree313eddb8b81894e5ac1ff86c347cb177b99f1fd6
parent7dfdeb8463e836e4de34352a768a4e31b90a7aef
ARM: 8913/1: arch_timer: include <asm/arch_timer.h>

The arch_timer_arch_init is defined in <asm/arch_timer.h> so include
that to fix the following sparse error:

arch/arm/kernel/arch_timer.c:31:12: warning: symbol 'arch_timer_arch_init' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/arch_timer.c