From ddb6d77848776ec7f6b3135f2dfa5fbc1544b003 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 25 Jul 2008 12:39:54 +0200 Subject: videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.h From: Hans Verkuil The video_device_create_file and video_device_remove_file functions can be removed from v4l2-dev.h, removing the dependency on videodev.h in v4l2-dev.h. Also removed a few more videodev.h includes that should have been videodev2.h. Signed-off-by: Hans Verkuil --- linux/drivers/media/common/tuners/tda9887.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers/media/common/tuners/tda9887.c') diff --git a/linux/drivers/media/common/tuners/tda9887.c b/linux/drivers/media/common/tuners/tda9887.c index 61a56026d..d588c5d88 100644 --- a/linux/drivers/media/common/tuners/tda9887.c +++ b/linux/drivers/media/common/tuners/tda9887.c @@ -6,12 +6,12 @@ #include #include #include -#include "compat.h" -#include +#include #include #include #include "tuner-i2c.h" #include "tda9887.h" +#include "compat.h" /* Chips: -- cgit v1.2.3