sh: fix smp-shx3 build regression from removal of arch localtimer
authorRich Felker <dalias@libc.org>
Sun, 27 Mar 2016 16:57:23 +0000 (16:57 +0000)
committerRich Felker <dalias@libc.org>
Tue, 29 Mar 2016 22:03:50 +0000 (22:03 +0000)
commitef21b32a60fbfdf2370465e52036c1c5ed1f6b43
tree45954285c707253e14020a510a22d88dbf893d65
parent16b02d711f4059b8338ef967064195b47cae65ea
sh: fix smp-shx3 build regression from removal of arch localtimer

The removal was not complete and left behind one reference to a
removed function in smp-shx3.c. For completeness, also remove
declarations for functions that were removed.

Fixes: 45624ac38926 "sh: remove arch-specific localtimer and use generic one"
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/include/asm/smp.h
arch/sh/kernel/cpu/sh4a/smp-shx3.c