[alsa-devel] [PATCH 11/15] Explicitly include mutex.h

linux at audioscience.com linux at audioscience.com
Fri Jul 22 05:52:57 CEST 2011


From: Eliot Blennerhassett <eblennerhassett at audioscience.com>

Because mutex is used in adapter struct defined here.

Signed-off-by: Eliot Blennerhassett <eblennerhassett at audioscience.com>
---
 sound/pci/asihpi/hpios.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/asihpi/hpios.h b/sound/pci/asihpi/hpios.h
index 03273e7..2f605e3 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 <linux/firmware.h>
 #include <linux/interrupt.h>
 #include <linux/pci.h>
+#include <linux/mutex.h>
 
 #define HPI_NO_OS_FILE_OPS
 
-- 
1.7.0.4



More information about the Alsa-devel mailing list