From: Bernhard Rosenkraenzer <bero@arklinux.org>

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 <linux/interrupt.h>
 #include <sound/pcm.h>
 
 #define MIXART_DRIVER_VERSION	0x000100	/* 0.1.0 */

_