summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-01-15 19:57:14 -0500
committerSteven Toth <stoth@hauppauge.com>2008-01-15 19:57:14 -0500
commit42de0c9d677d2af4e41ed7fe4c149427ebeb271e (patch)
tree109de7a5083b8f39a9a9a256358182ec3b41a676 /linux/drivers/media/dvb
parent88ad51b6cd401849a446a4d1bcba232055a6923f (diff)
downloadmediapointer-dvb-s2-42de0c9d677d2af4e41ed7fe4c149427ebeb271e.tar.gz
mediapointer-dvb-s2-42de0c9d677d2af4e41ed7fe4c149427ebeb271e.tar.bz2
Finalise support for the Pinnacle HD 8000i
From: Steven Toth <stoth@hauppauge.com> Correctly set the atatch structures, enable IR, configure the xc5000 tuner includes. Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/frontends/xc5000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/xc5000.c b/linux/drivers/media/dvb/frontends/xc5000.c
index ebc653cfc..5afa58a06 100644
--- a/linux/drivers/media/dvb/frontends/xc5000.c
+++ b/linux/drivers/media/dvb/frontends/xc5000.c
@@ -22,7 +22,7 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/videodev.h>
+#include <linux/videodev2.h>
#include <linux/delay.h>
#include <linux/dvb/frontend.h>
#include <linux/i2c.h>