lkml.org 
[lkml]   [2004]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.6.3-mm3 CONFIG_SND_MIXART doesn't compile
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 */
\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.020 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site