Commit b3548dd4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] CONFIG_SND_MIXART doesn't compile

From: Bernhard Rosenkraenzer <bero@arklinux.org>

mixart.h uses tasklet_struct without including linux/interrupt.h -- fix
attached.
parent 1eb3edb2
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment