cris: Drop reference to get_cmos_time()
authorGuenter Roeck <linux@roeck-us.net>
Sun, 25 Oct 2015 22:50:59 +0000 (15:50 -0700)
committerJesper Nilsson <jespern@axis.com>
Mon, 2 Nov 2015 19:03:05 +0000 (20:03 +0100)
commit4247896f4b8bdbe2c9a03c2f713b636e94eab210
tree8ec78d8c4b161a4da6ffd4b9b6ea73b544b3b4b6
parente301a08be4e4ad349b6195562197950d74c86e8a
cris: Drop reference to get_cmos_time()

Function get_cmos_time() was removed with commit 657926a83df9 ("cris:
time: Cleanup of persistent clock stuff"). The remaining reference to
it may cause the following build error.

arch/cris/kernel/built-in.o:(___ksymtab+get_cmos_time+0x0):
undefined reference to `get_cmos_time'
Makefile:946: recipe for target 'vmlinux' failed

Fixes: 657926a83df9 ("cris: time: Cleanup of persistent clock stuff")
Cc: Xunlei Pang <pang.xunlei@linaro.org>
Cc: Rabin Vincent <rabin@rab.in>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
arch/cris/kernel/crisksyms.c