forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/media/dvb-frontends/s921.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Sharp VA3A5JZ921 One Seg Broadcast Module driver
34 * This device is labeled as just S. 921 at the top of the frontend can
....@@ -11,15 +12,6 @@
1112 * the old s921 driver.
1213 *
1314 * FIXME: Need to port to DVB v5.2 API
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License as
17
- * published by the Free Software Foundation version 2.
18
- *
19
- * This program is distributed in the hope that it will be useful,
20
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22
- * General Public License for more details.
2315 */
2416
2517 #include <linux/kernel.h>
....@@ -503,7 +495,7 @@
503495
504496 return &state->frontend;
505497 }
506
-EXPORT_SYMBOL(s921_attach);
498
+EXPORT_SYMBOL_GPL(s921_attach);
507499
508500 static const struct dvb_frontend_ops s921_ops = {
509501 .delsys = { SYS_ISDBT },