From 9d4ef6518dbf455b089ea27e90486c91504b45db Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 26 Jun 2007 12:12:08 -0400 Subject: tuner: remove hardware-specific info from public header From: Michael Krufky Move internal structures and debug macros to drivers/media/video/tuner-driver.h Signed-off-by: Michael Krufky --- linux/drivers/media/video/tuner-simple.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/drivers/media/video/tuner-simple.c') 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 #include #include +#include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) #include "i2c-compat.h" #include #endif +#include "tuner-driver.h" static int offset = 0; #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -- cgit v1.2.3