]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5267e1a533b419cc352ae37dc7e19be0ec9c5953
tree45954285c707253e14020a510a22d88dbf893d65
parentdfe7bea3c1d2ba1fdd1af86cd4c0394009e65752
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: 75857776ab2a "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