Skip to content

Commit

Permalink
ALSA: asihpi - Explicitly include mutex.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eliot Blennerhassett authored and Takashi Iwai committed Jul 22, 2011
1 parent b7f1248 commit 5ddc5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/asihpi/hpios.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ddc5be

Please sign in to comment.