projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c2e9c
)
MIPS: SGI-IP27: Remove not used definition TICK_SIZE in ip27-timer.c
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Wed, 20 May 2020 07:08:02 +0000
(15:08 +0800)
committer
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Thu, 21 May 2020 07:05:17 +0000
(09:05 +0200)
After commit
f5ff0a280201
("[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>
arch/mips/sgi-ip27/ip27-timer.c
patch
|
blob
|
history
diff --git
a/arch/mips/sgi-ip27/ip27-timer.c
b/arch/mips/sgi-ip27/ip27-timer.c
index
115b1d9
..
c0e3363
100644
(file)
--- a/
arch/mips/sgi-ip27/ip27-timer.c
+++ b/
arch/mips/sgi-ip27/ip27-timer.c
@@
-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();