diff options
Diffstat (limited to 'drivers/media/dvb-frontends/mt352.c')
-rw-r--r-- | drivers/media/dvb-frontends/mt352.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/dvb-frontends/mt352.c b/drivers/media/dvb-frontends/mt352.c index da3e466d50e2..881897583cf2 100644 --- a/drivers/media/dvb-frontends/mt352.c +++ b/drivers/media/dvb-frontends/mt352.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for Zarlink DVB-T MT352 demodulator | 3 | * Driver for Zarlink DVB-T MT352 demodulator |
3 | * | 4 | * |
@@ -13,17 +14,6 @@ | |||
13 | * | 14 | * |
14 | * DVICO FusionHDTV DVB-T1 and DVICO FusionHDTV DVB-T Lite support by | 15 | * DVICO FusionHDTV DVB-T1 and DVICO FusionHDTV DVB-T Lite support by |
15 | * Christopher Pascoe <c.pascoe@itee.uq.edu.au> | 16 | * Christopher Pascoe <c.pascoe@itee.uq.edu.au> |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License as published by | ||
19 | * the Free Software Foundation; either version 2 of the License, or | ||
20 | * (at your option) any later version. | ||
21 | * | ||
22 | * This program is distributed in the hope that it will be useful, | ||
23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | * | ||
26 | * GNU General Public License for more details. | ||
27 | */ | 17 | */ |
28 | 18 | ||
29 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |