diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-07-21 23:52:56 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-22 01:52:31 -0400 |
commit | 5ddc5bef5cfff111addb2b0b2967dda74a14cce4 (patch) | |
tree | c384810097c89d0850d405d21a878985ab1dcb09 /sound/pci/asihpi | |
parent | b7f12482ca54353fbd8ea2fa3ca1ce996dcb5a3c (diff) |
ALSA: asihpi - Explicitly include mutex.h
Because mutex is used in adapter struct defined here.
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi')
-rw-r--r-- | 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 03273e729f99..2f605e34bad0 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 | |||
38 | #include <linux/firmware.h> | 38 | #include <linux/firmware.h> |
39 | #include <linux/interrupt.h> | 39 | #include <linux/interrupt.h> |
40 | #include <linux/pci.h> | 40 | #include <linux/pci.h> |
41 | #include <linux/mutex.h> | ||
41 | 42 | ||
42 | #define HPI_NO_OS_FILE_OPS | 43 | #define HPI_NO_OS_FILE_OPS |
43 | 44 | ||