hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/tuners/mxl5005s.c
....@@ -3584,7 +3584,7 @@
35843584 return value / resolution + (value % resolution > 0 ? 1 : 0);
35853585 }
35863586
3587
-/* Retrieve the Initialzation Registers */
3587
+/* Retrieve the Initialization Registers */
35883588 static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum,
35893589 u8 *RegVal, int *count)
35903590 {
....@@ -4114,7 +4114,7 @@
41144114 fe->tuner_priv = state;
41154115 return fe;
41164116 }
4117
-EXPORT_SYMBOL(mxl5005s_attach);
4117
+EXPORT_SYMBOL_GPL(mxl5005s_attach);
41184118
41194119 MODULE_DESCRIPTION("MaxLinear MXL5005S silicon tuner driver");
41204120 MODULE_AUTHOR("Steven Toth");