]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: firewire - msleep needs delay.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 16 Mar 2011 06:39:28 +0000 (17:39 +1100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Mar 2011 06:47:33 +0000 (07:47 +0100)
fixes this error:

sound/firewire/fcp.c: In function 'fcp_avc_transaction':
sound/firewire/fcp.c:103: error: implicit declaration of function 'msleep'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fcp.c

index c20bd9c8f5ab28e1eac852f2c6a5b1fbe304d8e6..ec578b5ad8da1f45738b76f714574243db76a1db 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/sched.h>
 #include <linux/spinlock.h>
 #include <linux/wait.h>
+#include <linux/delay.h>
 #include "fcp.h"
 #include "lib.h"