aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/timer.h')
-rw-r--r--include/asm-s390/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/timer.h b/include/asm-s390/timer.h
index fcd6c256a2d1..30e5cbe570f2 100644
--- a/include/asm-s390/timer.h
+++ b/include/asm-s390/timer.h
@@ -26,7 +26,7 @@ struct vtimer_list {
spinlock_t lock;
unsigned long magic;
- void (*function)(unsigned long, struct pt_regs*);
+ void (*function)(unsigned long);
unsigned long data;
};