summaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/cthw20k2.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-05-14 10:56:04 +0200
committerTakashi Iwai <tiwai@suse.de>2009-05-14 10:56:04 +0200
commitd0da727e025da8b443a4a614dbb7a031b89857d0 (patch)
tree16589e404888332f5826ddb2bddd398645391319 /sound/pci/ctxfi/cthw20k2.c
parent8cc72361481f00253f1e468ade5795427386d593 (diff)
downloadlinux-d0da727e025da8b443a4a614dbb7a031b89857d0.tar.gz
linux-d0da727e025da8b443a4a614dbb7a031b89857d0.tar.bz2
linux-d0da727e025da8b443a4a614dbb7a031b89857d0.zip
ALSA: ctxfi - Add missing inclusion of linux/delay.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi/cthw20k2.c')
-rw-r--r--sound/pci/ctxfi/cthw20k2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/cthw20k2.c b/sound/pci/ctxfi/cthw20k2.c
index cdcb75cc33b6..9c2d38b4faa1 100644
--- a/sound/pci/ctxfi/cthw20k2.c
+++ b/sound/pci/ctxfi/cthw20k2.c
@@ -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 */