diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 18:43:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 19:06:05 -0400 |
commit | 99ca5557fff4a4d1d87874384354d42f6c395e1a (patch) | |
tree | b1547afe3e5f06e75d5066aad4c6506a2c1ea267 /drivers/media/usb | |
parent | 76dea4cf52784474ca6adc4a2addf55e128b3634 (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.h | 2 |
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 @@ | |||
30 | #include "mxl5007t.h" | 30 | #include "mxl5007t.h" |
31 | #include "tda18218.h" | 31 | #include "tda18218.h" |
32 | #include "fc2580.h" | 32 | #include "fc2580.h" |
33 | #include "it913x.h" | 33 | #include "tuner_it913x.h" |
34 | 34 | ||
35 | struct reg_val { | 35 | struct reg_val { |
36 | u32 reg; | 36 | u32 reg; |