From: Ingo Molnar Date: Thu, 13 Nov 2008 10:51:57 +0000 (+0100) Subject: sound: Add delay.h to sound/soc/codecs/sn95031.c X-Git-Tag: v3.0~1059^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=438008af63f8fb3a061c31d331e150fba6eaa103;p=platform%2Fkernel%2Flinux-amlogic.git sound: Add delay.h to sound/soc/codecs/sn95031.c This is further fallout from delay.h removal from asm/apic.h and asm/dma.h: ca444564a947: x86: Stop including in two asm header files Which caused this build failure: sound/soc/codecs/sn95031.c: In function ‘sn95031_get_mic_bias’: sound/soc/codecs/sn95031.c:153:2: error: implicit declaration of function ‘msleep’ [-Werror=implicit-function-declaration] Cc: Jean Delvare Cc: James E.J. Bottomley Cc: Geert Uytterhoeven Cc: Stephen Rothwell LKML-Reference: <20110325152014.297890ec@endymion.delvare> Signed-off-by: Ingo Molnar --- diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c index 2a30eae..a54d2a5 100644 --- a/sound/soc/codecs/sn95031.c +++ b/sound/soc/codecs/sn95031.c @@ -26,7 +26,9 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include +#include #include + #include #include #include