.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * lnbp21.c - driver for lnb supply and control ic lnbp21 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2006, 2009 Oliver Endriss <o.endriss@gmx.de> |
---|
5 | 6 | * 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 | | - * |
---|
21 | 7 | * |
---|
22 | 8 | * the project's page is at https://linuxtv.org |
---|
23 | 9 | */ |
---|
.. | .. |
---|
169 | 155 | return lnbx2x_attach(fe, i2c, override_set, override_clear, |
---|
170 | 156 | i2c_addr, LNBH24_TTX); |
---|
171 | 157 | } |
---|
172 | | -EXPORT_SYMBOL(lnbh24_attach); |
---|
| 158 | +EXPORT_SYMBOL_GPL(lnbh24_attach); |
---|
173 | 159 | |
---|
174 | 160 | struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe, |
---|
175 | 161 | struct i2c_adapter *i2c, u8 override_set, |
---|
.. | .. |
---|
178 | 164 | return lnbx2x_attach(fe, i2c, override_set, override_clear, |
---|
179 | 165 | 0x08, LNBP21_ISEL); |
---|
180 | 166 | } |
---|
181 | | -EXPORT_SYMBOL(lnbp21_attach); |
---|
| 167 | +EXPORT_SYMBOL_GPL(lnbp21_attach); |
---|
182 | 168 | |
---|
183 | 169 | MODULE_DESCRIPTION("Driver for lnb supply and control ic lnbp21, lnbh24"); |
---|
184 | 170 | MODULE_AUTHOR("Oliver Endriss, Igor M. Liplianin"); |
---|