22 Jul
2011
22 Jul
'11
5:52 a.m.
From: Eliot Blennerhassett eblennerhassett@audioscience.com
Because mutex is used in adapter struct defined here.
Signed-off-by: Eliot Blennerhassett eblennerhassett@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