arm: remove prototype for udelay_masked
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 5 Oct 2018 09:33:51 +0000 (11:33 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Oct 2018 17:35:09 +0000 (13:35 -0400)
commitaa33fe86954e342116648a702d34bb0456bdc4a7
tree5a4969c51cd3a4aaf5234ebf180c02fb84da7fc6
parentaad5b4a351c79a77f2e7c4188e37e3eddc80a4b2
arm: remove prototype for udelay_masked

The interruption support had be removed for ARM architecture and
the function udelay_masked() is no more used except in some timer.c
files  and have the same content than udelay() or __udelay().

This patch update each timer.c implementing this function and
remove the associated prototype in u-boot-arm.h.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/cpu/arm920t/imx/timer.c
arch/arm/cpu/arm926ejs/spear/timer.c
arch/arm/cpu/armv7/stv0991/timer.c
arch/arm/cpu/sa1100/timer.c
arch/arm/include/asm/u-boot-arm.h
arch/arm/mach-at91/arm920t/timer.c
board/armltd/integrator/timer.c