diff options
Diffstat (limited to 'include/asm-ppc64/iSeries/ItLpQueue.h')
-rw-r--r-- | include/asm-ppc64/iSeries/ItLpQueue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-ppc64/iSeries/ItLpQueue.h b/include/asm-ppc64/iSeries/ItLpQueue.h index 393299e04d7f..832497e3259b 100644 --- a/include/asm-ppc64/iSeries/ItLpQueue.h +++ b/include/asm-ppc64/iSeries/ItLpQueue.h | |||
@@ -76,9 +76,9 @@ struct ItLpQueue { | |||
76 | 76 | ||
77 | extern struct ItLpQueue xItLpQueue; | 77 | extern struct ItLpQueue xItLpQueue; |
78 | 78 | ||
79 | extern struct HvLpEvent *ItLpQueue_getNextLpEvent(struct ItLpQueue *); | 79 | extern struct HvLpEvent *ItLpQueue_getNextLpEvent(void); |
80 | extern int ItLpQueue_isLpIntPending(struct ItLpQueue *); | 80 | extern int ItLpQueue_isLpIntPending(void); |
81 | extern unsigned ItLpQueue_process(struct ItLpQueue *, struct pt_regs *); | 81 | extern unsigned ItLpQueue_process(struct pt_regs *); |
82 | extern void ItLpQueue_clearValid(struct HvLpEvent *); | 82 | extern void ItLpQueue_clearValid(struct HvLpEvent *); |
83 | 83 | ||
84 | #endif /* _ITLPQUEUE_H */ | 84 | #endif /* _ITLPQUEUE_H */ |