Hi Thomas, Ingo, This pull request provides a couple of fixes from Alexander Kochetkov regarding the clkevt-of probe interface where a typo and a missing declaration.
- Fix compilation error with the clkevt-probe interface (Alexander Kochetkov). Thanks! -- Daniel The following changes since commit 33d8c15559df4f0bce25d7e16ebb5879e249f2e7: Revert "clocksource/drivers/tcb_clksrc: Use 32 bit tcb as sched_clock" (2017-03-11 22:03:34 +0100) are available in the git repository at: https://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.11-fixes for you to fetch changes up to 8d09617b076fd03ee9ae124abce94dda17bf3723: vmlinux.lds: Add __clkevt_of_table to kernel (2017-03-28 09:40:39 +0200) ---------------------------------------------------------------- Alexander Kochetkov (2): clockevents: Fix syntax error in clkevt-of macro vmlinux.lds: Add __clkevt_of_table to kernel drivers/clocksource/clkevt-probe.c | 2 +- include/asm-generic/vmlinux.lds.h | 2 ++ include/linux/clockchips.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog

