![]() | |||||||||||||
Messages in this thread Patch in this message |
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 | |||||||||||||