diff options
author | Manuel Lauss <manuel.lauss@gmail.com> | 2015-01-29 10:06:44 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-02-20 07:00:45 -0500 |
commit | 200276e6730c2817a77cfa6fc7e39ab3a63c4646 (patch) | |
tree | 9d98f3e7d62a30954be05efd3b2dc80d4d4904c8 | |
parent | 45a848f7fa067a81ae606bb06b2edcdf53772eac (diff) |
MIPS: Alchemy: remove declaration for set_cpuspec
set_cpuspec() has been dropped with commit 074cf656700ddd1d2bd7f815f78e785418beb898
("MIPS: Alchemy: remove cpu_table.") in late 2008.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/9150/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/alchemy/common/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/alchemy/common/setup.c b/arch/mips/alchemy/common/setup.c index 9a0c4c8da106..2902138b3e0f 100644 --- a/arch/mips/alchemy/common/setup.c +++ b/arch/mips/alchemy/common/setup.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <au1000.h> | 34 | #include <au1000.h> |
35 | 35 | ||
36 | extern void __init board_setup(void); | 36 | extern void __init board_setup(void); |
37 | extern void set_cpuspec(void); | ||
38 | extern void __init alchemy_set_lpj(void); | 37 | extern void __init alchemy_set_lpj(void); |
39 | 38 | ||
40 | void __init plat_mem_setup(void) | 39 | void __init plat_mem_setup(void) |