sched/wait: Rename wait_queue_t => wait_queue_entry_t
[linux-2.6-microblaze.git] / sound / core / seq / seq_fifo.c
index 01c4cfe..a8c2822 100644 (file)
@@ -179,7 +179,7 @@ int snd_seq_fifo_cell_out(struct snd_seq_fifo *f,
 {
        struct snd_seq_event_cell *cell;
        unsigned long flags;
-       wait_queue_t wait;
+       wait_queue_entry_t wait;
 
        if (snd_BUG_ON(!f))
                return -EINVAL;