]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] it913x: rename tuner_it913x => it913x
authorAntti Palosaari <crope@iki.fi>
Tue, 26 Aug 2014 03:08:16 +0000 (00:08 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 21 Sep 2014 20:45:00 +0000 (17:45 -0300)
Remove tuner_ prefix from module name and file names. Prefix was
added due to file name conflict on media out-tree build system.
Demodulator having same name does not exists anymore. So lets
remove dumb prefix.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/Makefile
drivers/media/tuners/it913x.c [moved from drivers/media/tuners/tuner_it913x.c with 99% similarity]
drivers/media/tuners/it913x.h [moved from drivers/media/tuners/tuner_it913x.h with 100% similarity]
drivers/media/tuners/it913x_priv.h [moved from drivers/media/tuners/tuner_it913x_priv.h with 99% similarity]
drivers/media/usb/dvb-usb-v2/af9035.h

index 5591699755baced61dc7247e476d605a18a1220e..7eede5cd990679b325e7f4550e4cefbf24ef2003 100644 (file)
@@ -37,7 +37,7 @@ obj-$(CONFIG_MEDIA_TUNER_M88TS2022) += m88ts2022.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) += tuner_it913x.o
+obj-$(CONFIG_MEDIA_TUNER_IT913X) += it913x.o
 obj-$(CONFIG_MEDIA_TUNER_R820T) += r820t.o
 
 ccflags-y += -I$(srctree)/drivers/media/dvb-core
similarity index 99%
rename from drivers/media/tuners/tuner_it913x.c
rename to drivers/media/tuners/it913x.c
index b92d59979437c38afbaacc71690e2b47652c4020..4627925ed1175cbbf96a1ca597e7974cff4c4be4 100644 (file)
@@ -20,7 +20,7 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.=
  */
 
-#include "tuner_it913x_priv.h"
+#include "it913x_priv.h"
 
 struct it913x_state {
        struct i2c_adapter *i2c_adap;
similarity index 99%
rename from drivers/media/tuners/tuner_it913x_priv.h
rename to drivers/media/tuners/it913x_priv.h
index cc6f4b1e45aa9eb7161d23b9962cdbbd68eee81f..781c98ecf5b6cfec650031684a0a0ff96a7d3740 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef IT913X_PRIV_H
 #define IT913X_PRIV_H
 
-#include "tuner_it913x.h"
+#include "it913x.h"
 #include "af9033.h"
 
 #define PRO_LINK               0x0
index c21902fdd4c44e8d04ecce5962487921f4a92c16..70ec9c9aeb54c9c8ac44e6c91bd8c9e55371a21c 100644 (file)
@@ -30,7 +30,7 @@
 #include "mxl5007t.h"
 #include "tda18218.h"
 #include "fc2580.h"
-#include "tuner_it913x.h"
+#include "it913x.h"
 
 struct reg_val {
        u32 reg;