hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/media/dvb-frontends/stv0367.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * stv0367.c
34 *
....@@ -6,17 +7,6 @@
67 * Copyright (C) ST Microelectronics.
78 * Copyright (C) 2010,2011 NetUP Inc.
89 * Copyright (C) 2010,2011 Igor M. Liplianin <liplianin@netup.ru>
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation; either version 2 of the License, or
13
- * (at your option) any later version.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- *
19
- * GNU General Public License for more details.
2010 */
2111
2212 #include <linux/kernel.h>
....@@ -1760,7 +1750,7 @@
17601750 kfree(state);
17611751 return NULL;
17621752 }
1763
-EXPORT_SYMBOL(stv0367ter_attach);
1753
+EXPORT_SYMBOL_GPL(stv0367ter_attach);
17641754
17651755 static int stv0367cab_gate_ctrl(struct dvb_frontend *fe, int enable)
17661756 {
....@@ -2933,7 +2923,7 @@
29332923 kfree(state);
29342924 return NULL;
29352925 }
2936
-EXPORT_SYMBOL(stv0367cab_attach);
2926
+EXPORT_SYMBOL_GPL(stv0367cab_attach);
29372927
29382928 /*
29392929 * Functions for operation on Digital Devices hardware
....@@ -3354,7 +3344,7 @@
33543344 kfree(state);
33553345 return NULL;
33563346 }
3357
-EXPORT_SYMBOL(stv0367ddb_attach);
3347
+EXPORT_SYMBOL_GPL(stv0367ddb_attach);
33583348
33593349 MODULE_PARM_DESC(debug, "Set debug");
33603350 MODULE_PARM_DESC(i2c_debug, "Set i2c debug");