From 438008af63f8fb3a061c31d331e150fba6eaa103 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 13 Nov 2008 11:51:57 +0100 Subject: [PATCH] sound: Add delay.h to sound/soc/codecs/sn95031.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- sound/soc/codecs/sn95031.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4