.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * lnbp22.h - driver for lnb supply and control ic lnbp22 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2006 Dominik Kuhlen |
---|
5 | 6 | * Based on lnbp21 driver |
---|
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 | */ |
---|
.. | .. |
---|
139 | 125 | |
---|
140 | 126 | return fe; |
---|
141 | 127 | } |
---|
142 | | -EXPORT_SYMBOL(lnbp22_attach); |
---|
| 128 | +EXPORT_SYMBOL_GPL(lnbp22_attach); |
---|
143 | 129 | |
---|
144 | 130 | MODULE_DESCRIPTION("Driver for lnb supply and control ic lnbp22"); |
---|
145 | 131 | MODULE_AUTHOR("Dominik Kuhlen"); |
---|