Commit 5c5a4682 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Thomas Bogendoerfer

MIPS: AR7: remove orphan declarations from arch/mips/include/asm/mach-ar7/ar7.h

All uses of ar7_cpu_clock, ar7_bus_clock and ar7_dsp_clock were
removed by commit 780019dd ("MIPS: AR7: Implement clock API"),
so remove the orphan declarations, too.
Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent b7dc37fc
......@@ -104,8 +104,6 @@ struct plat_dsl_data {
int reset_bit_sar;
};
extern int ar7_cpu_clock, ar7_bus_clock, ar7_dsp_clock;
static inline int ar7_is_titan(void)
{
return (readl((void *)KSEG1ADDR(AR7_REGS_GPIO + 0x24)) & 0xffff) ==
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment