diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-14 10:56:04 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-14 10:56:04 +0200 |
commit | d0da727e025da8b443a4a614dbb7a031b89857d0 (patch) | |
tree | 16589e404888332f5826ddb2bddd398645391319 /sound/pci/ctxfi/cthw20k1.c | |
parent | 8cc72361481f00253f1e468ade5795427386d593 (diff) | |
download | blackbird-op-linux-d0da727e025da8b443a4a614dbb7a031b89857d0.tar.gz blackbird-op-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/cthw20k1.c')
-rw-r--r-- | sound/pci/ctxfi/cthw20k1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/cthw20k1.c b/sound/pci/ctxfi/cthw20k1.c index 53572d92ef5d..44283bd7b2df 100644 --- a/sound/pci/ctxfi/cthw20k1.c +++ b/sound/pci/ctxfi/cthw20k1.c @@ -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 */ |