aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/usb/tm6000/tm6000-dvb.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2022-03-09 14:59:01 +0100
committerMauro Carvalho Chehab <[email protected]>2022-03-12 16:59:50 +0100
commitd76231e460fbaba7115212bf55f1eab35aba6223 (patch)
tree74a435f39a69f0c138e0d42cd3095a7ef4eb29ab /drivers/media/usb/tm6000/tm6000-dvb.c
parentb3627647f9ea7473d10fb08a95fd7c4133a17ca4 (diff)
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 <[email protected]>
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000-dvb.c')
-rw-r--r--drivers/media/usb/tm6000/tm6000-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-dvb.c b/drivers/media/usb/tm6000/tm6000-dvb.c
index 4990fa886d7a..8c2725e4105b 100644
--- a/drivers/media/usb/tm6000/tm6000-dvb.c
+++ b/drivers/media/usb/tm6000/tm6000-dvb.c
@@ -16,7 +16,7 @@
#include <media/tuner.h>
-#include "tuner-xc2028.h"
+#include "xc2028.h"
#include "xc5000.h"
MODULE_DESCRIPTION("DVB driver extension module for tm5600/6000/6010 based TV cards");