summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-06-26 12:12:08 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-06-26 12:12:08 -0400
commit9d4ef6518dbf455b089ea27e90486c91504b45db (patch)
tree1e2b6f9b7ea25063485271e8352650f8d27783b4 /linux/drivers/media/video/tuner-simple.c
parent0d79963da3174ac0a23ef4f8ae28f8b0ad30e636 (diff)
downloadmediapointer-dvb-s2-9d4ef6518dbf455b089ea27e90486c91504b45db.tar.gz
mediapointer-dvb-s2-9d4ef6518dbf455b089ea27e90486c91504b45db.tar.bz2
tuner: remove hardware-specific info from public header
From: Michael Krufky <mkrufky@linuxtv.org> Move internal structures and debug macros to drivers/media/video/tuner-driver.h Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r--linux/drivers/media/video/tuner-simple.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c
index 8cac349fe..0d3675fd6 100644
--- a/linux/drivers/media/video/tuner-simple.c
+++ b/linux/drivers/media/video/tuner-simple.c
@@ -9,10 +9,12 @@
#include <linux/videodev.h>
#include <media/tuner.h>
#include <media/v4l2-common.h>
+#include <media/tuner-types.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
#include "i2c-compat.h"
#include <linux/moduleparam.h>
#endif
+#include "tuner-driver.h"
static int offset = 0;
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)