summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-21 01:00:59 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2007-12-21 01:00:59 -0500
commit519f4cd6a982745152ab63f44945d12df2748659 (patch)
tree3416910cfb7be7d33cce9b43adec882d972e19d4 /linux/drivers
parent86235da742314750947207c760b05c80db39d5c4 (diff)
downloadmediapointer-dvb-s2-519f4cd6a982745152ab63f44945d12df2748659.tar.gz
mediapointer-dvb-s2-519f4cd6a982745152ab63f44945d12df2748659.tar.bz2
kill tuner-driver.h
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/frontends/tda18271-fe.c1
-rw-r--r--linux/drivers/media/video/tda8290.c1
-rw-r--r--linux/drivers/media/video/tda9887.c1
-rw-r--r--linux/drivers/media/video/tuner-core.c1
-rw-r--r--linux/drivers/media/video/tuner-driver.h27
5 files changed, 0 insertions, 31 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda18271-fe.c b/linux/drivers/media/dvb/frontends/tda18271-fe.c
index 915fb92fb..73b1ba434 100644
--- a/linux/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/linux/drivers/media/dvb/frontends/tda18271-fe.c
@@ -21,7 +21,6 @@
#include <linux/delay.h>
#include "compat.h"
#include <linux/videodev2.h>
-#include "tuner-driver.h"
#include "tda18271.h"
#include "tda18271-priv.h"
diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c
index 65a87926e..ee462200b 100644
--- a/linux/drivers/media/video/tda8290.c
+++ b/linux/drivers/media/video/tda8290.c
@@ -24,7 +24,6 @@
#include <linux/delay.h>
#include "compat.h"
#include <linux/videodev.h>
-#include "tuner-driver.h"
#include "tuner-i2c.h"
#include "tda8290.h"
#include "tda827x.h"
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c
index 8377facca..139963e14 100644
--- a/linux/drivers/media/video/tda9887.c
+++ b/linux/drivers/media/video/tda9887.c
@@ -13,7 +13,6 @@
#endif
#include <media/v4l2-common.h>
#include <media/tuner.h>
-#include "tuner-driver.h"
#include "tuner-i2c.h"
#include "tda9887.h"
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c
index 73976746b..deee9b08f 100644
--- a/linux/drivers/media/video/tuner-core.c
+++ b/linux/drivers/media/video/tuner-core.c
@@ -21,7 +21,6 @@
#include <media/tuner-types.h>
#include <media/v4l2-common.h>
#include <media/v4l2-i2c-drv-legacy.h>
-#include "tuner-driver.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
#include "i2c-compat.h"
#endif
diff --git a/linux/drivers/media/video/tuner-driver.h b/linux/drivers/media/video/tuner-driver.h
deleted file mode 100644
index 79efecc93..000000000
--- a/linux/drivers/media/video/tuner-driver.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- tuner-driver.h - interface for different tuners
-
- Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de)
- minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de)
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
-#ifndef __TUNER_DRIVER_H__
-#define __TUNER_DRIVER_H__
-
-#include "dvb_frontend.h"
-
-#endif /* __TUNER_DRIVER_H__ */