the rest of drivers/*: annotate ->poll() instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -713,7 +713,7 @@ extern int vmw_present_ioctl(struct drm_device *dev, void *data,
|
||||
struct drm_file *file_priv);
|
||||
extern int vmw_present_readback_ioctl(struct drm_device *dev, void *data,
|
||||
struct drm_file *file_priv);
|
||||
extern unsigned int vmw_fops_poll(struct file *filp,
|
||||
extern __poll_t vmw_fops_poll(struct file *filp,
|
||||
struct poll_table_struct *wait);
|
||||
extern ssize_t vmw_fops_read(struct file *filp, char __user *buffer,
|
||||
size_t count, loff_t *offset);
|
||||
|
@@ -412,7 +412,7 @@ out_clips:
|
||||
* Wrapper around the drm_poll function that makes sure the device is
|
||||
* processing the fifo if drm_poll decides to wait.
|
||||
*/
|
||||
unsigned int vmw_fops_poll(struct file *filp, struct poll_table_struct *wait)
|
||||
__poll_t vmw_fops_poll(struct file *filp, struct poll_table_struct *wait)
|
||||
{
|
||||
struct drm_file *file_priv = filp->private_data;
|
||||
struct vmw_private *dev_priv =
|
||||
|
Reference in New Issue
Block a user