diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-09 14:59:01 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-03-12 16:59:50 +0100 |
commit | d76231e460fbaba7115212bf55f1eab35aba6223 (patch) | |
tree | 74a435f39a69f0c138e0d42cd3095a7ef4eb29ab /drivers/media/tuners/xc4000.c | |
parent | Merge tag 'br-v5.18s' of git://linuxtv.org/hverkuil/media_tree into media_stage (diff) | |
download | linux-d76231e460fbaba7115212bf55f1eab35aba6223.tar.xz linux-d76231e460fbaba7115212bf55f1eab35aba6223.zip |
media: xc2028: rename the driver from tuner-xc2028
This is the only tuner driver that has "tuner-" on its name.
Rename it, in order to match all the other tuner drivers.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/tuners/xc4000.c')
-rw-r--r-- | drivers/media/tuners/xc4000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/xc4000.c b/drivers/media/tuners/xc4000.c index d9606738ce43..a04dfd5799f7 100644 --- a/drivers/media/tuners/xc4000.c +++ b/drivers/media/tuners/xc4000.c @@ -22,7 +22,7 @@ #include "xc4000.h" #include "tuner-i2c.h" -#include "tuner-xc2028-types.h" +#include "xc2028-types.h" static int debug; module_param(debug, int, 0644); |