Commit 37e2bc44 authored by Tiezhu Yang's avatar Tiezhu Yang Committed by Thomas Bogendoerfer
Browse files

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



After commit f5ff0a28 ("[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: default avatarTiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent c9c2e9c5
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -28,8 +28,6 @@


#include "ip27-common.h"
#include "ip27-common.h"


#define TICK_SIZE (tick_nsec / 1000)

static int rt_next_event(unsigned long delta, struct clock_event_device *evt)
static int rt_next_event(unsigned long delta, struct clock_event_device *evt)
{
{
	unsigned int cpu = smp_processor_id();
	unsigned int cpu = smp_processor_id();