hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/dvb-frontends/isl6405.c
....@@ -1,23 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * isl6405.c - driver for dual lnb supply and control ic ISL6405
34 *
45 * Copyright (C) 2008 Hartmut Hackmann
56 * Copyright (C) 2006 Oliver Endriss
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 */
....@@ -155,7 +141,7 @@
155141
156142 return fe;
157143 }
158
-EXPORT_SYMBOL(isl6405_attach);
144
+EXPORT_SYMBOL_GPL(isl6405_attach);
159145
160146 MODULE_DESCRIPTION("Driver for lnb supply and control ic isl6405");
161147 MODULE_AUTHOR("Hartmut Hackmann & Oliver Endriss");