diff options
author | Rich Felker <dalias@libc.org> | 2016-03-27 16:57:23 (GMT) |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-03-29 22:03:50 (GMT) |
commit | ef21b32a60fbfdf2370465e52036c1c5ed1f6b43 (patch) | |
tree | 45954285c707253e14020a510a22d88dbf893d65 /arch/sh/kernel | |
parent | 16b02d711f4059b8338ef967064195b47cae65ea (diff) | |
download | linux-ef21b32a60fbfdf2370465e52036c1c5ed1f6b43.tar.xz |
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>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/smp-shx3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/smp-shx3.c b/arch/sh/kernel/cpu/sh4a/smp-shx3.c index 4a29880..839612c 100644 --- a/arch/sh/kernel/cpu/sh4a/smp-shx3.c +++ b/arch/sh/kernel/cpu/sh4a/smp-shx3.c @@ -73,8 +73,6 @@ static void shx3_prepare_cpus(unsigned int max_cpus) { int i; - local_timer_setup(0); - BUILD_BUG_ON(SMP_MSG_NR >= 8); for (i = 0; i < SMP_MSG_NR; i++) |