hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
commita1f9a907eabcc0910e8dd06c5e87559fe97301b6
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Oct 2019 15:50:35 +0000 (22 16:50 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Oct 2019 16:44:00 +0000 (22 17:44 +0100)
tree47b910b2765941e3f86d9986247fa0679f12ae5d
parent1a391e20c39026f4de0d137f9b2dc64f1f8462c0
hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()

In commit b01422622b we did an automated rename of the ptimer_init()
function to ptimer_init_with_bh().  Unfortunately this caught the
unrelated arm_mptimer_init() function.  Undo that accidental
renaming.

Fixes: b01422622b7c7293196fdaf1dbb4f495af44ecf9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191017133331.5901-1-peter.maydell@linaro.org
hw/timer/arm_mptimer.c