| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | Conexant cx24116/cx24118 - DVBS/S2 Satellite demod/tuner driver |
|---|
| 3 | 4 | |
|---|
| .. | .. |
|---|
| 19 | 20 | Fill set_voltage with actually control voltage code. |
|---|
| 20 | 21 | Correct set tone to not affect voltage. |
|---|
| 21 | 22 | |
|---|
| 22 | | - This program is free software; you can redistribute it and/or modify |
|---|
| 23 | | - it under the terms of the GNU General Public License as published by |
|---|
| 24 | | - the Free Software Foundation; either version 2 of the License, or |
|---|
| 25 | | - (at your option) any later version. |
|---|
| 26 | | - |
|---|
| 27 | | - This program is distributed in the hope that it will be useful, |
|---|
| 28 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 29 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 30 | | - GNU General Public License for more details. |
|---|
| 31 | | - |
|---|
| 32 | | - You should have received a copy of the GNU General Public License |
|---|
| 33 | | - along with this program; if not, write to the Free Software |
|---|
| 34 | | - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 35 | 23 | */ |
|---|
| 36 | 24 | |
|---|
| 37 | 25 | #include <linux/slab.h> |
|---|
| .. | .. |
|---|
| 1145 | 1133 | state->frontend.demodulator_priv = state; |
|---|
| 1146 | 1134 | return &state->frontend; |
|---|
| 1147 | 1135 | } |
|---|
| 1148 | | -EXPORT_SYMBOL(cx24116_attach); |
|---|
| 1136 | +EXPORT_SYMBOL_GPL(cx24116_attach); |
|---|
| 1149 | 1137 | |
|---|
| 1150 | 1138 | /* |
|---|
| 1151 | 1139 | * Initialise or wake up device |
|---|