hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/dvb-frontends/lnbp21.c
....@@ -1,23 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * lnbp21.c - driver for lnb supply and control ic lnbp21
34 *
45 * Copyright (C) 2006, 2009 Oliver Endriss <o.endriss@gmx.de>
56 * Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru>
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * as published by the Free Software Foundation; either version 2
10
- * of the License, or (at your option) any later version.
11
- *
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * To obtain the license, point your browser to
19
- * http://www.gnu.org/copyleft/gpl.html
20
- *
217 *
228 * the project's page is at https://linuxtv.org
239 */
....@@ -169,7 +155,7 @@
169155 return lnbx2x_attach(fe, i2c, override_set, override_clear,
170156 i2c_addr, LNBH24_TTX);
171157 }
172
-EXPORT_SYMBOL(lnbh24_attach);
158
+EXPORT_SYMBOL_GPL(lnbh24_attach);
173159
174160 struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe,
175161 struct i2c_adapter *i2c, u8 override_set,
....@@ -178,7 +164,7 @@
178164 return lnbx2x_attach(fe, i2c, override_set, override_clear,
179165 0x08, LNBP21_ISEL);
180166 }
181
-EXPORT_SYMBOL(lnbp21_attach);
167
+EXPORT_SYMBOL_GPL(lnbp21_attach);
182168
183169 MODULE_DESCRIPTION("Driver for lnb supply and control ic lnbp21, lnbh24");
184170 MODULE_AUTHOR("Oliver Endriss, Igor M. Liplianin");