MIPS: SGI-IP27: Remove not used definition TICK_SIZE in ip27-timer.c

After commit f5ff0a2802 ("[MIPS] Use generic NTP code for all MIPS
platforms"), TICK_SIZE is not used in ip27-timer.c for many years,
remove it.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Tiezhu Yang 2020-05-20 15:08:02 +08:00 committed by Thomas Bogendoerfer
parent c9c2e9c596
commit 37e2bc4433

View file

@ -28,8 +28,6 @@
#include "ip27-common.h"
#define TICK_SIZE (tick_nsec / 1000)
static int rt_next_event(unsigned long delta, struct clock_event_device *evt)
{
unsigned int cpu = smp_processor_id();