ALSA: fix jazz16 compile (udelay)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Monday, March 8, 2010 - 1:59 pm

Gitweb:     http://git.kernel.org/linus/50152dfaa7d09da85588b66fee7e8c7f541f631d
Commit:     50152dfaa7d09da85588b66fee7e8c7f541f631d
Parent:     282572b5ab99cf27073210ca60b80dd085e1a469
Author:     Meelis Roos <mroos@linux.ee>
AuthorDate: Thu Mar 4 20:33:07 2010 +0200
Committer:  Takashi Iwai <tiwai@suse.de>
CommitDate: Fri Mar 5 08:13:20 2010 +0100

    ALSA: fix jazz16 compile (udelay)
    
    While trying to compile jazz16 isa sound driver on alpha (2.6.33+git), I
    found a compile failure in jazz16.c (udelay is unknown). Fix it by
    including delay.h.
    
    Signed-foo-by: Meelis Roos <mroos@linux.ee>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/isa/sb/jazz16.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/isa/sb/jazz16.c b/sound/isa/sb/jazz16.c
index 8d21a3f..8ccbcdd 100644
--- a/sound/isa/sb/jazz16.c
+++ b/sound/isa/sb/jazz16.c
@@ -14,6 +14,7 @@
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/io.h>
+#include <linux/delay.h>
 #include <asm/dma.h>
 #include <linux/isa.h>
 #include <sound/core.h>
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ALSA: fix jazz16 compile (udelay), Linux Kernel Mailing ..., (Mon Mar 8, 1:59 pm)