diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-05-03 18:48:29 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-03 18:48:29 +0200 |
commit | f2e0192519b31974009c0da55dc39c497240df06 (patch) | |
tree | cd5455171a10c4c46f56bc482c34818ee22be6f6 /sound/pci/lola | |
parent | f044785d0afc6c173ca7298c1a1cb4559423112f (diff) |
ALSA: lola - Yet another linux/delay.h inclusion
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lola')
-rw-r--r-- | sound/pci/lola/lola_clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/lola/lola_clock.c b/sound/pci/lola/lola_clock.c index d2cce39c3474..72f8ef0ac865 100644 --- a/sound/pci/lola/lola_clock.c +++ b/sound/pci/lola/lola_clock.c @@ -20,6 +20,7 @@ #include <linux/kernel.h> #include <linux/init.h> +#include <linux/delay.h> #include <sound/core.h> #include <sound/pcm.h> #include "lola.h" |