| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * stv0367.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Copyright (C) ST Microelectronics. |
|---|
| 7 | 8 | * Copyright (C) 2010,2011 NetUP Inc. |
|---|
| 8 | 9 | * 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. |
|---|
| 20 | 10 | */ |
|---|
| 21 | 11 | |
|---|
| 22 | 12 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 1760 | 1750 | kfree(state); |
|---|
| 1761 | 1751 | return NULL; |
|---|
| 1762 | 1752 | } |
|---|
| 1763 | | -EXPORT_SYMBOL(stv0367ter_attach); |
|---|
| 1753 | +EXPORT_SYMBOL_GPL(stv0367ter_attach); |
|---|
| 1764 | 1754 | |
|---|
| 1765 | 1755 | static int stv0367cab_gate_ctrl(struct dvb_frontend *fe, int enable) |
|---|
| 1766 | 1756 | { |
|---|
| .. | .. |
|---|
| 2933 | 2923 | kfree(state); |
|---|
| 2934 | 2924 | return NULL; |
|---|
| 2935 | 2925 | } |
|---|
| 2936 | | -EXPORT_SYMBOL(stv0367cab_attach); |
|---|
| 2926 | +EXPORT_SYMBOL_GPL(stv0367cab_attach); |
|---|
| 2937 | 2927 | |
|---|
| 2938 | 2928 | /* |
|---|
| 2939 | 2929 | * Functions for operation on Digital Devices hardware |
|---|
| .. | .. |
|---|
| 3354 | 3344 | kfree(state); |
|---|
| 3355 | 3345 | return NULL; |
|---|
| 3356 | 3346 | } |
|---|
| 3357 | | -EXPORT_SYMBOL(stv0367ddb_attach); |
|---|
| 3347 | +EXPORT_SYMBOL_GPL(stv0367ddb_attach); |
|---|
| 3358 | 3348 | |
|---|
| 3359 | 3349 | MODULE_PARM_DESC(debug, "Set debug"); |
|---|
| 3360 | 3350 | MODULE_PARM_DESC(i2c_debug, "Set i2c debug"); |
|---|