[PATCH 2.4] missing include in drivers/sound/kahlua.c

From: Jakub Bogusz
Date: Wed May 12 2004 - 04:58:08 EST


drivers/sound/kahlua: include <asm/delay.h> for udelay()
(on some archs this header is not included from other ones used by this
driver)

--- linux-2.4.26/drivers/sound/kahlua.c.orig Fri Jun 13 16:51:36 2003
+++ linux-2.4.26/drivers/sound/kahlua.c Tue May 11 12:02:44 2004
@@ -37,6 +37,7 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>
+#include <asm/delay.h>

#include "sound_config.h"


--
Jakub Bogusz http://cyber.cs.net.pl/~qboosh/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/