aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/scif.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/scif.h')
-rw-r--r--include/linux/scif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/scif.h b/include/linux/scif.h
index 49a35d6edc94..7046111b8d0a 100644
--- a/include/linux/scif.h
+++ b/include/linux/scif.h
@@ -123,8 +123,8 @@ struct scif_range {
123 */ 123 */
124struct scif_pollepd { 124struct scif_pollepd {
125 scif_epd_t epd; 125 scif_epd_t epd;
126 short events; 126 __poll_t events;
127 short revents; 127 __poll_t revents;
128}; 128};
129 129
130/** 130/**