diff options
Diffstat (limited to 'drivers/media/dvb-frontends/lgdt3306a.c')
-rw-r--r-- | drivers/media/dvb-frontends/lgdt3306a.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/dvb-frontends/lgdt3306a.c b/drivers/media/dvb-frontends/lgdt3306a.c index 99c6289ae585..6c4adec58174 100644 --- a/drivers/media/dvb-frontends/lgdt3306a.c +++ b/drivers/media/dvb-frontends/lgdt3306a.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Support for LGDT3306A - 8VSB/QAM-B | 3 | * Support for LGDT3306A - 8VSB/QAM-B |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Fred Richter <frichter@hauppauge.com> | 5 | * Copyright (C) 2013 Fred Richter <frichter@hauppauge.com> |
5 | * - driver structure based on lgdt3305.[ch] by Michael Krufky | 6 | * - driver structure based on lgdt3305.[ch] by Michael Krufky |
6 | * - code based on LG3306_V0.35 API by LG Electronics Inc. | 7 | * - code based on LG3306_V0.35 API by LG Electronics Inc. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
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 | */ | 8 | */ |
18 | 9 | ||
19 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |