···5757#include <linux/dma-mapping.h>5858#include <media/tveeprom.h>5959#include <media/i2c/saa7115.h>6060-#include "tuner-xc2028.h"6060+#include "xc2028.h"6161#include <uapi/linux/sched/types.h>62626363/* If you have already X v4l cards, then set this to X. This way
···5566tda18271-objs := tda18271-maps.o tda18271-common.o tda18271-fe.o7788-obj-$(CONFIG_MEDIA_TUNER_XC2028) += tuner-xc2028.o88+obj-$(CONFIG_MEDIA_TUNER_XC2028) += xc2028.o99obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-simple.o1010# tuner-types will be merged into tuner-simple, in the future1111obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o
+1-1
drivers/media/tuners/tuner-types.c
···18311831 },18321832 [TUNER_XC2028] = { /* Xceive 2028 */18331833 .name = "Xceive xc2028/xc3028 tuner",18341834- /* see tuner-xc2028.c for details */18341834+ /* see xc2028.c for details */18351835 },18361836 [TUNER_THOMSON_FE6600] = { /* Thomson PAL / DVB-T */18371837 .name = "Thomson FE6600",
···11/* SPDX-License-Identifier: GPL-2.0 */22/*33- * tuner-xc2028_types33+ * xc2028_types44 *55- * This file includes internal tipes to be used inside tuner-xc2028.66- * Shouldn't be included outside tuner-xc202855+ * This file includes internal tipes to be used inside xc2028.66+ * Shouldn't be included outside xc202877 *88 * Copyright (c) 2007-2008 Mauro Carvalho Chehab <mchehab@kernel.org>99 */
···16161717#include <media/tuner.h>18181919-#include "tuner-xc2028.h"1919+#include "xc2028.h"2020#include "xc5000.h"21212222MODULE_DESCRIPTION("DVB driver extension module for tm5600/6000/6010 based TV cards");