summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMichael Krufky2007-12-09 06:26:48 +0100
committerMauro Carvalho Chehab2008-01-25 22:03:28 +0100
commitab1660503ac3af7febfcf987648509b484d4feda (patch)
tree9ca5fbfadf1c4c7a6c227b5deb549d198217720a /drivers/media/video/tda9887.c
parentV4L/DVB (6784): tda8290: prevent possible memory leak (diff)
downloadkernel-qcow2-linux-ab1660503ac3af7febfcf987648509b484d4feda.tar.gz
kernel-qcow2-linux-ab1660503ac3af7febfcf987648509b484d4feda.tar.xz
kernel-qcow2-linux-ab1660503ac3af7febfcf987648509b484d4feda.zip
V4L/DVB (6785): tda8290: remove dependency on struct tuner
- remove dependency of tda8290 module on struct tuner - move tuner_foo printk macros from tuner-driver.h into tuner-core.c - clean up #includes of tuner-i2c.h / tuner-driver.h Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index d506d4bf8253..98d45c4912bd 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -9,6 +9,7 @@
#include <linux/videodev.h>
#include <media/v4l2-common.h>
#include <media/tuner.h>
+#include "tuner-i2c.h"
#include "tda9887.h"