]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
vmlinux.lds: Add __clkevt_of_table to kernel
authorAlexander Kochetkov <al.kochet@gmail.com>
Wed, 22 Mar 2017 14:29:06 +0000 (17:29 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 28 Mar 2017 07:40:39 +0000 (09:40 +0200)
commit8d09617b076fd03ee9ae124abce94dda17bf3723
tree9770be3208940aca69ffb0d20bb2edaec9b714b2
parent07de36b378a58f1d1426829acf0ab7cf86f651f3
vmlinux.lds: Add __clkevt_of_table to kernel

The code introduced by commit 0c8893c9095d ("clockevents: Add a
clkevt-of mechanism like clksrc-of") refer to __clkevt_of_table
what doesn't exist in the vmlinux. As a result kernel build
failed with error: "clkevt-probe.c:63: undefined reference to
`__clkevt_of_table’"

Fixes: 0c8893c9095d ("clockevents: Add a clkevt-of mechanism like clksrc-of")
Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
include/asm-generic/vmlinux.lds.h