<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Bernhard Rosenkraenzer &lt;bero@arklinux.org&gt;

mixart.h uses tasklet_struct without including linux/interrupt.h -- fix
attached.


---

 sound/pci/mixart/mixart.h |    1 +
 1 files changed, 1 insertion(+)

diff -puN sound/pci/mixart/mixart.h~mixart-build-fix sound/pci/mixart/mixart.h
--- 25/sound/pci/mixart/mixart.h~mixart-build-fix	2004-02-24 12:24:47.000000000 -0800
+++ 25-akpm/sound/pci/mixart/mixart.h	2004-02-24 12:24:47.000000000 -0800
@@ -23,6 +23,7 @@
 #ifndef __SOUND_MIXART_H
 #define __SOUND_MIXART_H
 
+#include &lt;linux/interrupt.h&gt;
 #include &lt;sound/pcm.h&gt;
 
 #define MIXART_DRIVER_VERSION	0x000100	/* 0.1.0 */

_
</pre></body></html>