mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.4] missing include in drivers/sound/kahlua.c
@ 2004-05-12  9:55 Jakub Bogusz
  0 siblings, 0 replies; only message in thread
From: Jakub Bogusz @ 2004-05-12  9:55 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-12  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-12  9:55 [PATCH 2.4] missing include in drivers/sound/kahlua.c Jakub Bogusz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®