aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-04-16 19:43:06 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-16 20:06:05 -0300
commit99ca5557fff4a4d1d87874384354d42f6c395e1a (patch)
treeb1547afe3e5f06e75d5066aad4c6506a2c1ea267 /drivers/media/usb
parent76dea4cf52784474ca6adc4a2addf55e128b3634 (diff)
[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: Frederic Fays <frederic.fays@gmail.com> Acked-by: Antti Palosaari <crope@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/dvb-usb-v2/af9035.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/af9035.h b/drivers/media/usb/dvb-usb-v2/af9035.h
index 0f42b6cb3708..b5827ca3a01e 100644
--- a/drivers/media/usb/dvb-usb-v2/af9035.h
+++ b/drivers/media/usb/dvb-usb-v2/af9035.h
@@ -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;