aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/iSeries/ItLpQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/iSeries/ItLpQueue.h b/include/asm-ppc64/iSeries/ItLpQueue.h
index f0f24a39ff6d..6ba74c0d910b 100644
--- a/include/asm-ppc64/iSeries/ItLpQueue.h
+++ b/include/asm-ppc64/iSeries/ItLpQueue.h
@@ -77,7 +77,7 @@ struct hvlpevent_queue {
77extern struct hvlpevent_queue hvlpevent_queue; 77extern struct hvlpevent_queue hvlpevent_queue;
78 78
79extern int hvlpevent_is_pending(void); 79extern int hvlpevent_is_pending(void);
80extern unsigned process_hvlpevents(struct pt_regs *); 80extern void process_hvlpevents(struct pt_regs *);
81extern void setup_hvlpevent_queue(void); 81extern void setup_hvlpevent_queue(void);
82 82
83#endif /* _ITLPQUEUE_H */ 83#endif /* _ITLPQUEUE_H */