瀏覽代碼

ALSA: firewire - msleep needs delay.h

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>
Stephen Rothwell 14 年之前
父節點
當前提交
5de0ee574b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sound/firewire/fcp.c

+ 1 - 0
sound/firewire/fcp.c

@@ -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"