diff options
Diffstat (limited to 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/sn/xpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/xpc.h b/include/asm-ia64/sn/xpc.h index 35e1386f37ab..1d45e1518fb3 100644 --- a/include/asm-ia64/sn/xpc.h +++ b/include/asm-ia64/sn/xpc.h | |||
@@ -669,7 +669,7 @@ extern struct device *xpc_part; | |||
669 | extern struct device *xpc_chan; | 669 | extern struct device *xpc_chan; |
670 | extern int xpc_disengage_request_timelimit; | 670 | extern int xpc_disengage_request_timelimit; |
671 | extern int xpc_disengage_request_timedout; | 671 | extern int xpc_disengage_request_timedout; |
672 | extern irqreturn_t xpc_notify_IRQ_handler(int, void *, struct pt_regs *); | 672 | extern irqreturn_t xpc_notify_IRQ_handler(int, void *); |
673 | extern void xpc_dropped_IPI_check(struct xpc_partition *); | 673 | extern void xpc_dropped_IPI_check(struct xpc_partition *); |
674 | extern void xpc_activate_partition(struct xpc_partition *); | 674 | extern void xpc_activate_partition(struct xpc_partition *); |
675 | extern void xpc_activate_kthreads(struct xpc_channel *, int); | 675 | extern void xpc_activate_kthreads(struct xpc_channel *, int); |