lkml.org 
[lkml]   [2004]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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 14:03    [W:0.019 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site