From: Eliot Blennerhassett Date: Fri, 22 Jul 2011 03:52:56 +0000 (+1200) Subject: ALSA: asihpi - Explicitly include mutex.h X-Git-Tag: v3.1-rc1~271^2~1^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ddc5bef5cfff111addb2b0b2967dda74a14cce4;p=thirdparty%2Fkernel%2Flinux.git ALSA: asihpi - Explicitly include mutex.h Because mutex is used in adapter struct defined here. Signed-off-by: Eliot Blennerhassett Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/asihpi/hpios.h b/sound/pci/asihpi/hpios.h index 03273e729f99c..2f605e34bad09 100644 --- a/sound/pci/asihpi/hpios.h +++ b/sound/pci/asihpi/hpios.h @@ -38,6 +38,7 @@ HPI Operating System Specific macros for Linux Kernel driver #include #include #include +#include #define HPI_NO_OS_FILE_OPS