diff options
Diffstat (limited to 'drivers/char/apm-emulation.c')
-rw-r--r-- | drivers/char/apm-emulation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/apm-emulation.c b/drivers/char/apm-emulation.c index 1dfb9f8de171..a2a1c1478cd0 100644 --- a/drivers/char/apm-emulation.c +++ b/drivers/char/apm-emulation.c | |||
@@ -236,7 +236,7 @@ static ssize_t apm_read(struct file *fp, char __user *buf, size_t count, loff_t | |||
236 | return ret; | 236 | return ret; |
237 | } | 237 | } |
238 | 238 | ||
239 | static unsigned int apm_poll(struct file *fp, poll_table * wait) | 239 | static __poll_t apm_poll(struct file *fp, poll_table * wait) |
240 | { | 240 | { |
241 | struct apm_user *as = fp->private_data; | 241 | struct apm_user *as = fp->private_data; |
242 | 242 | ||