|
@@ -1638,15 +1638,17 @@ static const struct file_operations dvb_ca_fops = {
|
|
.llseek = noop_llseek,
|
|
.llseek = noop_llseek,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct dvb_device dvbdev_ca = {
|
|
|
|
|
|
+static const struct dvb_device dvbdev_ca = {
|
|
.priv = NULL,
|
|
.priv = NULL,
|
|
.users = 1,
|
|
.users = 1,
|
|
.readers = 1,
|
|
.readers = 1,
|
|
.writers = 1,
|
|
.writers = 1,
|
|
|
|
+#if defined(CONFIG_MEDIA_CONTROLLER_DVB)
|
|
|
|
+ .name = "ca_en50221",
|
|
|
|
+#endif
|
|
.fops = &dvb_ca_fops,
|
|
.fops = &dvb_ca_fops,
|
|
};
|
|
};
|
|
|
|
|
|
-
|
|
|
|
/* ******************************************************************************** */
|
|
/* ******************************************************************************** */
|
|
/* Initialisation/shutdown functions */
|
|
/* Initialisation/shutdown functions */
|
|
|
|
|