diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-06-26 12:12:08 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:23 -0400 |
commit | 8218b0b2caecf4af55742e12e9986c15605bb197 (patch) | |
tree | 99285845e50f4b0f0a05466743a721955e26fc74 /drivers/media/video/tea5761.c | |
parent | bebeaea0a54869b59b45ea22a93f325ce0369d61 (diff) |
V4L/DVB (5793): Tuner: remove hardware-specific info from public header
Move internal structures and debug macros to drivers/media/video/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/tea5761.c')
-rw-r--r-- | drivers/media/video/tea5761.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tea5761.c b/drivers/media/video/tea5761.c index 2fcb81d4d0dd..ae105c2cd0ac 100644 --- a/drivers/media/video/tea5761.c +++ b/drivers/media/video/tea5761.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/videodev.h> | 11 | #include <linux/videodev.h> |
12 | #include <linux/delay.h> | 12 | #include <linux/delay.h> |
13 | #include <media/tuner.h> | 13 | #include <media/tuner.h> |
14 | #include "tuner-driver.h" | ||
14 | 15 | ||
15 | #define PREFIX "TEA5761 " | 16 | #define PREFIX "TEA5761 " |
16 | 17 | ||