diff options
Diffstat (limited to 'arch/nios2/cpu/interrupts.c')
| -rw-r--r-- | arch/nios2/cpu/interrupts.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/arch/nios2/cpu/interrupts.c b/arch/nios2/cpu/interrupts.c index 63acfa914..0a97fa6b6 100644 --- a/arch/nios2/cpu/interrupts.c +++ b/arch/nios2/cpu/interrupts.c @@ -98,12 +98,6 @@ ulong get_timer (ulong base)  	return (timestamp - base);  } -void set_timer (ulong t) -{ -	timestamp = t; -} - -  /* The board must handle this interrupt if a timer is not   * provided.   */ |