lkml.org 
[lkml]   [2004]   [May]   [12]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 12 May 2004 11:55:27 +0200
FromJakub Bogusz <>
Subject[PATCH 2.4] missing include in drivers/sound/kahlua.c
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.353 / U:0.280 seconds]
©2003-2008 Jasper Spaans