Gitweb: http://git.kernel.org/linus/d0da727e025da8b443a4a614dbb7a031b89857d0 Commit: d0da727e025da8b443a4a614dbb7a031b89857d0 Parent: 8cc72361481f00253f1e468ade5795427386d593 Author: Takashi Iwai <tiwai@suse.de> AuthorDate: Thu May 14 10:56:04 2009 +0200 Committer: Takashi Iwai <tiwai@suse.de> CommitDate: Thu May 14 10:56:04 2009 +0200 ALSA: ctxfi - Add missing inclusion of linux/delay.h Signed-off-by: Takashi Iwai <tiwai@suse.de> --- sound/pci/ctxfi/cthw20k1.c | 1 + sound/pci/ctxfi/cthw20k2.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/pci/ctxfi/cthw20k1.c b/sound/pci/ctxfi/cthw20k1.c index 53572d9..44283bd 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 */ diff --git a/sound/pci/ctxfi/cthw20k2.c b/sound/pci/ctxfi/cthw20k2.c index cdcb75c..9c2d38b 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 */ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
