diff options
Diffstat (limited to 'sound/core/init.c')
-rw-r--r-- | sound/core/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/init.c b/sound/core/init.c index 6bda8436d765..d61d2b3cd521 100644 --- a/sound/core/init.c +++ b/sound/core/init.c | |||
@@ -989,7 +989,7 @@ EXPORT_SYMBOL(snd_card_file_remove); | |||
989 | */ | 989 | */ |
990 | int snd_power_wait(struct snd_card *card, unsigned int power_state) | 990 | int snd_power_wait(struct snd_card *card, unsigned int power_state) |
991 | { | 991 | { |
992 | wait_queue_t wait; | 992 | wait_queue_entry_t wait; |
993 | int result = 0; | 993 | int result = 0; |
994 | 994 | ||
995 | /* fastpath */ | 995 | /* fastpath */ |