]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/init.c
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / sound / core / init.c
index 168ae03d3a1c719c0cbe511c174de1a0f10fecce..8753440c3a6eaed76736e920ccbc66dea45f7d6a 100644 (file)
@@ -344,7 +344,7 @@ static int snd_disconnect_release(struct inode *inode, struct file *file)
        panic("%s(%p, %p) failed!", __func__, inode, file);
 }
 
-static unsigned int snd_disconnect_poll(struct file * file, poll_table * wait)
+static __poll_t snd_disconnect_poll(struct file * file, poll_table * wait)
 {
        return POLLERR | POLLNVAL;
 }