diff options
Diffstat (limited to 'include/sound/info.h')
-rw-r--r-- | include/sound/info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/info.h b/include/sound/info.h index 67390ee846aa..becdf66d2825 100644 --- a/include/sound/info.h +++ b/include/sound/info.h | |||
@@ -62,7 +62,7 @@ struct snd_info_entry_ops { | |||
62 | loff_t (*llseek)(struct snd_info_entry *entry, | 62 | loff_t (*llseek)(struct snd_info_entry *entry, |
63 | void *file_private_data, struct file *file, | 63 | void *file_private_data, struct file *file, |
64 | loff_t offset, int orig); | 64 | loff_t offset, int orig); |
65 | unsigned int (*poll)(struct snd_info_entry *entry, | 65 | __poll_t (*poll)(struct snd_info_entry *entry, |
66 | void *file_private_data, struct file *file, | 66 | void *file_private_data, struct file *file, |
67 | poll_table *wait); | 67 | poll_table *wait); |
68 | int (*ioctl)(struct snd_info_entry *entry, void *file_private_data, | 68 | int (*ioctl)(struct snd_info_entry *entry, void *file_private_data, |