Commit d0da727e authored by Takashi Iwai's avatar Takashi Iwai

ALSA: ctxfi - Add missing inclusion of linux/delay.h

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 8cc72361
......@@ -25,6 +25,7 @@
#include <linux/spinlock.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#define CT_XFI_DMA_MASK DMA_BIT_MASK(32) /* 32 bits */
......
......@@ -24,6 +24,7 @@
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#define CT_XFI_DMA_MASK DMA_BIT_MASK(32) /* 32 bits */
......
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