[PATCH] 2.6.3-mm3 CONFIG_SND_MIXART doesn't compile
From: Bernhard Rosenkraenzer
Date: Tue Feb 24 2004 - 13:39:52 EST
mixart.h uses tasklet_struct without including linux/interrupt.h -- fix
attached.
LLaP
bero
--
Ark Linux - Linux for the masses
http://www.arklinux.org/
Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php--- linux-2.6.3/sound/pci/mixart/mixart.h.ark 2004-02-24 17:26:47.000000000 +0100
+++ linux-2.6.3/sound/pci/mixart/mixart.h 2004-02-24 17:26:59.000000000 +0100
@@ -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 */