Skip to content

Commit

Permalink
ALSA: firewire - msleep needs delay.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
sfrothwell authored and tiwai committed Mar 16, 2011
1 parent ec00f5e commit 5de0ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/firewire/fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5de0ee5

Please sign in to comment.