Commit b07f7f53 authored by Chris Wedgwood's avatar Chris Wedgwood Committed by Linus Torvalds

[PATCH] missing sound include file

Sound drivers need <linus/interrupt.h> for tasklets
parent 613b00db
......@@ -32,6 +32,7 @@
#include <linux/types.h>
#include <linux/time.h>
#include <asm/byteorder.h>
#include <linux/interrupt.h>
#if __LITTLE_ENDIAN == 1234
#define SNDRV_LITTLE_ENDIAN
......
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