commit | ef21b32a60fbfdf2370465e52036c1c5ed1f6b43 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@libc.org> | Sun Mar 27 16:57:23 2016 +0000 |
committer | Rich Felker <dalias@libc.org> | Tue Mar 29 22:03:50 2016 +0000 |
tree | 45954285c707253e14020a510a22d88dbf893d65 | |
parent | 16b02d711f4059b8338ef967064195b47cae65ea [diff] |
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>