forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/media/dvb-frontends/tua6100.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for Infineon tua6100 pll.
34 *
....@@ -13,15 +14,6 @@
1314 *
1415 * Copyright (C) 1999-2002 Ralph Metzler
1516 * & Marcus Metzler for convergence integrated media GmbH
16
- * This program is free software; you can redistribute it and/or modify
17
- * it under the terms of the GNU General Public License as published by
18
- * the Free Software Foundation; either version 2 of the License, or
19
- * (at your option) any later version.
20
- *
21
- * This program is distributed in the hope that it will be useful,
22
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
- * GNU General Public License for more details.
2517 */
2618
2719 #include <linux/slab.h>
....@@ -194,7 +186,7 @@
194186 fe->tuner_priv = priv;
195187 return fe;
196188 }
197
-EXPORT_SYMBOL(tua6100_attach);
189
+EXPORT_SYMBOL_GPL(tua6100_attach);
198190
199191 MODULE_DESCRIPTION("DVB tua6100 driver");
200192 MODULE_AUTHOR("Andrew de Quincey");