Messages in this thread Patch in this message |  | | | From | Paweł Sikora <> | | Subject | [PATCH] `unknown symbol' in sound/oss/kahlua.ko needs unknown symbol udelay | | Date | Mon, 12 Jul 2004 08:30:11 +0200 | |
--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */
#define say(x) lie(x)
--- linux-2.6.8-rc1/sound/oss/kahlua.c.orig 2004-07-11 19:35:29.000000000 +0200
+++ linux-2.6.8-rc1/sound/oss/kahlua.c 2004-07-12 08:21:15.783990896 +0200
@@ -28,6 +28,7 @@
*/
#include <linux/config.h>
+#include <linux/delay.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h> |  |