[patch] warning fix for nm256_audio.c

From: Philip Blundell (Philip.Blundell@pobox.com)
Date: Sun Jun 11 2000 - 12:13:11 EST


Without this I get "implicit declaration of function `udelay'".

--- linux/drivers/sound/nm256_audio.c 2000/03/31 19:41:20 1.5
+++ linux/drivers/sound/nm256_audio.c 2000/06/11 17:09:28
@@ -18,6 +18,7 @@
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/pm.h>
+#include <linux/delay.h>
 #include "sound_config.h"
 #include "soundmodule.h"
 #include "nm256.h"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:23 EST