patch: 2.5.49+bk(-ac1,-ac2) missing interrupt.h sound/oss/sb_ess.c

From: Alex Riesen (Alexander.Riesen@synopsys.com)
Date: Wed Nov 27 2002 - 06:47:47 EST


This makes the warning of implicit declaration of free_irq go.

  CC [M] sound/oss/sb_ess.o
sound/oss/sb_ess.c: In function `ess_dsp_init':
sound/oss/sb_ess.c:1341: warning: implicit declaration of function `free_irq'

--- 2.5/sound/oss/sb_ess.c 2002-07-31 19:09:34.000000000 +0200
+++ 2.5c/sound/oss/sb_ess.c 2002-11-27 12:37:39.000000000 +0100
@@ -187,6 +187,7 @@
 
 #include <linux/delay.h>
 #include <linux/spinlock.h>
+#include <linux/interrupt.h>
 
 #include "sound_config.h"
 #include "sb_mixer.h"

-
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/



This archive was generated by hypermail 2b29 : Sat Nov 30 2002 - 22:00:17 EST