Skip to content

Commit

Permalink
ALSA: ctxfi - Add missing inclusion of linux/delay.h
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed May 14, 2009
1 parent 8cc7236 commit d0da727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/ctxfi/cthw20k1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
1 change: 1 addition & 0 deletions sound/pci/ctxfi/cthw20k2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit d0da727

Please sign in to comment.