mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
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>
This commit is contained in:
parent
b7f12482ca
commit
5ddc5bef5c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user