diff options
Diffstat (limited to 'include/linux/posix-clock.h')
-rw-r--r-- | include/linux/posix-clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/posix-clock.h b/include/linux/posix-clock.h index 38d8225510f1..3a3bc71017d5 100644 --- a/include/linux/posix-clock.h +++ b/include/linux/posix-clock.h | |||
@@ -68,7 +68,7 @@ struct posix_clock_operations { | |||
68 | 68 | ||
69 | int (*open) (struct posix_clock *pc, fmode_t f_mode); | 69 | int (*open) (struct posix_clock *pc, fmode_t f_mode); |
70 | 70 | ||
71 | uint (*poll) (struct posix_clock *pc, | 71 | __poll_t (*poll) (struct posix_clock *pc, |
72 | struct file *file, poll_table *wait); | 72 | struct file *file, poll_table *wait); |
73 | 73 | ||
74 | int (*release) (struct posix_clock *pc); | 74 | int (*release) (struct posix_clock *pc); |