lkml.org 
[lkml]   [2002]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectpatch: 2.5.49+bk(-ac1,-ac2) missing interrupt.h sound/oss/sb_ess.c
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/

\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.025 / U:0.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site