diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-05-03 16:21:01 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-03 16:21:01 (GMT) |
commit | f044785d0afc6c173ca7298c1a1cb4559423112f (patch) | |
tree | d171988711d09bc6765b58d2edad134ec2ef3b9e /sound/pci/lola | |
parent | fe4af1b55ed76e3051bbd8abce7d6b3c504272a5 (diff) | |
download | linux-f044785d0afc6c173ca7298c1a1cb4559423112f.tar.xz |
ALSA: lola - Add missing inclusion of linux/delay.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lola')
-rw-r--r-- | sound/pci/lola/lola_pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/lola/lola_pcm.c b/sound/pci/lola/lola_pcm.c index aa21750..c44db68 100644 --- a/sound/pci/lola/lola_pcm.c +++ b/sound/pci/lola/lola_pcm.c @@ -22,6 +22,7 @@ #include <linux/init.h> #include <linux/dma-mapping.h> #include <linux/pci.h> +#include <linux/delay.h> #include <sound/core.h> #include <sound/pcm.h> #include "lola.h" |