]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/core/oss/pcm_oss.c
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[mirror_ubuntu-bionic-kernel.git] / sound / core / oss / pcm_oss.c
index 36baf962f9b081649c07902a16abfee6932d79ad..cd8b7bef8d061813e14a4f3a6a94e30ce48f7487 100644 (file)
@@ -1554,7 +1554,7 @@ static int snd_pcm_oss_sync1(struct snd_pcm_substream *substream, size_t size)
        ssize_t result = 0;
        snd_pcm_state_t state;
        long res;
-       wait_queue_t wait;
+       wait_queue_entry_t wait;
 
        runtime = substream->runtime;
        init_waitqueue_entry(&wait, current);
@@ -2387,7 +2387,7 @@ static int snd_pcm_oss_open(struct inode *inode, struct file *file)
        struct snd_pcm_oss_file *pcm_oss_file;
        struct snd_pcm_oss_setup setup[2];
        int nonblock;
-       wait_queue_t wait;
+       wait_queue_entry_t wait;
 
        err = nonseekable_open(inode, file);
        if (err < 0)