aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPawel Sikora <pluto@pld-linux.org>2004-07-13 19:26:53 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-13 19:26:53 -0700
commit3d42bd9dedf5d7d9663b3716b92320601da777b0 (patch)
tree97351eb68ac8f19b552aa84393fd38bea726bc69 /sound
parent338902204b16457059e349e2e95fbd15aa026380 (diff)
downloadhistory-3d42bd9dedf5d7d9663b3716b92320601da777b0.tar.gz
[PATCH] `unknown symbol' in sound/oss/kahlua.ko needs unknown symbol udelay
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/kahlua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/oss/kahlua.c b/sound/oss/kahlua.c
index 2c072252547f42..0913d496985839 100644
--- a/sound/oss/kahlua.c
+++ b/sound/oss/kahlua.c
@@ -28,6 +28,7 @@
*/
#include <linux/config.h>
+#include <linux/delay.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>