diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-01 09:20:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-01 09:20:34 -0300 |
commit | 6cb6f415645d1ee7acbfdc0829da759aaefe3e8e (patch) | |
tree | 5ab905fecbdd69dbc41a15deabae75ea5595e1c9 /linux/sound/pci | |
parent | e1f9cac1bd52d6d0045cf6583854f1432483334a (diff) | |
download | mediapointer-dvb-s2-6cb6f415645d1ee7acbfdc0829da759aaefe3e8e.tar.gz mediapointer-dvb-s2-6cb6f415645d1ee7acbfdc0829da759aaefe3e8e.tar.bz2 |
backport kernel changes
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
A few changes were done at mainstream, affecting v4l/dvb drivers. Backport those
changes to the out-kernel tree.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound/pci')
-rw-r--r-- | linux/sound/pci/bt87x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index 5714eead0..a6e7971e3 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -26,6 +26,7 @@ #include <linux/interrupt.h> #include <linux/pci.h> #include <linux/slab.h> +#include <linux/moduleparam.h> #include <linux/bitops.h> #include <asm/io.h> #include <sound/core.h> |