From: Stephen Rothwell Date: Wed, 16 Mar 2011 06:39:28 +0000 (+1100) Subject: ALSA: firewire - msleep needs delay.h X-Git-Tag: upstream/snapshot3+hdmi~10779^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5de0ee574be8f6922a6c33f2fbc7e9b130a2f626;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Takashi Iwai --- diff --git a/sound/firewire/fcp.c b/sound/firewire/fcp.c index c20bd9c..ec578b5 100644 --- a/sound/firewire/fcp.c +++ b/sound/firewire/fcp.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "fcp.h" #include "lib.h"