Commit 61c7da99 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fix inclusion of pm.h

ALSA Core
Added the missing inclusion of linux/pm.h.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 034a0ab8
......@@ -26,6 +26,7 @@
#include <asm/semaphore.h> /* struct semaphore */
#include <linux/rwsem.h> /* struct rw_semaphore */
#include <linux/workqueue.h> /* struct workqueue_struct */
#include <linux/pm.h> /* pm_message_t */
/* Typedef's */
typedef struct timespec snd_timestamp_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment