.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Sharp VA3A5JZ921 One Seg Broadcast Module driver |
---|
3 | 4 | * This device is labeled as just S. 921 at the top of the frontend can |
---|
.. | .. |
---|
11 | 12 | * the old s921 driver. |
---|
12 | 13 | * |
---|
13 | 14 | * 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. |
---|
23 | 15 | */ |
---|
24 | 16 | |
---|
25 | 17 | #include <linux/kernel.h> |
---|
.. | .. |
---|
503 | 495 | |
---|
504 | 496 | return &state->frontend; |
---|
505 | 497 | } |
---|
506 | | -EXPORT_SYMBOL(s921_attach); |
---|
| 498 | +EXPORT_SYMBOL_GPL(s921_attach); |
---|
507 | 499 | |
---|
508 | 500 | static const struct dvb_frontend_ops s921_ops = { |
---|
509 | 501 | .delsys = { SYS_ISDBT }, |
---|