summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2009-09-18 23:07:44 -0300
committerDouglas Schilling Landgraf <dougsland@redhat.com>2009-09-18 23:07:44 -0300
commit476b94445869576feecff89282e85616bc695c7b (patch)
treed2aeadb7b0c53c724463de1e01fa357d70e2a1ce /linux
parent30165dd5bf2ffd1dc0516bef97f9e095faaafc86 (diff)
downloadmediapointer-dvb-s2-476b94445869576feecff89282e85616bc695c7b.tar.gz
mediapointer-dvb-s2-476b94445869576feecff89282e85616bc695c7b.tar.bz2
go7007: sound needs compat.h
From: Pete Eberlein <pete@sensoray.com> Adding include "compat.h" Priority: normal Signed-off-by: Pete Eberlein <pete@sensoray.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/staging/go7007/snd-go7007.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/staging/go7007/snd-go7007.c b/linux/drivers/staging/go7007/snd-go7007.c
index 03c4dfc13..d133d768d 100644
--- a/linux/drivers/staging/go7007/snd-go7007.c
+++ b/linux/drivers/staging/go7007/snd-go7007.c
@@ -29,6 +29,7 @@
#include <linux/mutex.h>
#include <linux/uaccess.h>
#include <asm/system.h>
+#include "compat.h"
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/initval.h>