Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99ca5557 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] it913x: rename its tuner driver to tuner_it913x



There are three drivers with *it913x name on it, and they all
belong to the same device:
	a tuner, at it913x.c;
	a frontend: it913x-fe.c;
	a bridge: it913x.c, renamed to dvb_usb_it913x by the
building system.

This is confusing. Even more confusing are the two .c files with
the same name under different directories, with different contents
and different functions. So, prepend the tuner one.

This also breaks the out-of-tree compilation system.

Reported-by: default avatarFrederic Fays <frederic.fays@gmail.com>
Acked-by: default avatarAntti Palosaari <crope@iki.fi>
Reviewed-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 76dea4cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ obj-$(CONFIG_MEDIA_TUNER_TUA9001) += tua9001.o
obj-$(CONFIG_MEDIA_TUNER_FC0011) += fc0011.o
obj-$(CONFIG_MEDIA_TUNER_FC0012) += fc0012.o
obj-$(CONFIG_MEDIA_TUNER_FC0013) += fc0013.o
obj-$(CONFIG_MEDIA_TUNER_IT913X) += it913x.o
obj-$(CONFIG_MEDIA_TUNER_IT913X) += tuner_it913x.o

ccflags-y += -I$(srctree)/drivers/media/dvb-core
ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.=
 */

#include "it913x_priv.h"
#include "tuner_it913x_priv.h"

struct it913x_state {
	struct i2c_adapter *i2c_adap;
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#ifndef IT913X_PRIV_H
#define IT913X_PRIV_H

#include "it913x.h"
#include "tuner_it913x.h"
#include "af9033.h"

#define PRO_LINK		0x0
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include "mxl5007t.h"
#include "tda18218.h"
#include "fc2580.h"
#include "it913x.h"
#include "tuner_it913x.h"

struct reg_val {
	u32 reg;