On 27/05/17 10:58, Daniel Lezcano wrote: > The function name is now renamed to 'timer_probe' for consistency with > the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. > > Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > --- > arch/arc/kernel/setup.c | 2 +- > arch/arm/kernel/time.c | 2 +- > arch/arm/mach-mediatek/mediatek.c | 2 +- > arch/arm/mach-omap2/timer.c | 10 +++++----- > arch/arm/mach-rockchip/rockchip.c | 2 +- > arch/arm/mach-shmobile/setup-rcar-gen2.c | 2 +- > arch/arm/mach-spear/spear13xx.c | 2 +- > arch/arm/mach-sunxi/sunxi.c | 2 +- > arch/arm/mach-u300/core.c | 2 +- > arch/arm/mach-zynq/common.c | 2 +- > arch/arm64/kernel/time.c | 2 +- > arch/h8300/kernel/setup.c | 2 +- > arch/microblaze/kernel/setup.c | 2 +- > arch/mips/generic/init.c | 2 +- > arch/mips/mti-malta/malta-time.c | 2 +- > arch/mips/pic32/pic32mzda/time.c | 2 +- > arch/mips/pistachio/time.c | 2 +- > arch/mips/ralink/clk.c | 2 +- > arch/mips/ralink/timer-gic.c | 2 +- > arch/mips/xilfpga/time.c | 2 +- > arch/nios2/kernel/time.c | 2 +- > arch/sh/boards/of-generic.c | 2 +- > arch/xtensa/kernel/time.c | 2 +- > drivers/clocksource/clksrc-probe.c | 2 +- > include/linux/clocksource.h | 4 ++-- > 25 files changed, 30 insertions(+), 30 deletions(-) > > For pistachio: Acked-by: James Hartley <james.hartley@xxxxxxxxxx> Thanks, James.