diff options
| author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-09-18 23:07:44 -0300 |
|---|---|---|
| committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-09-18 23:07:44 -0300 |
| commit | 476b94445869576feecff89282e85616bc695c7b (patch) | |
| tree | d2aeadb7b0c53c724463de1e01fa357d70e2a1ce /linux | |
| parent | 30165dd5bf2ffd1dc0516bef97f9e095faaafc86 (diff) | |
| download | mediapointer-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.c | 1 |
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> |
