aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/cx24123.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/cx24123.c')
-rw-r--r--drivers/media/dvb-frontends/cx24123.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/dvb-frontends/cx24123.c b/drivers/media/dvb-frontends/cx24123.c
index 83dfae78579d..ac519c3eff18 100644
--- a/drivers/media/dvb-frontends/cx24123.c
+++ b/drivers/media/dvb-frontends/cx24123.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * Conexant cx24123/cx24109 - DVB QPSK Satellite demod/tuner driver 3 * Conexant cx24123/cx24109 - DVB QPSK Satellite demod/tuner driver
3 * 4 *
@@ -6,16 +7,6 @@
6 * Support for KWorld DVB-S 100 by Vadim Catana <skystar@moldova.cc> 7 * Support for KWorld DVB-S 100 by Vadim Catana <skystar@moldova.cc>
7 * 8 *
8 * Support for CX24123/CX24113-NIM by Patrick Boettcher <pb@linuxtv.org> 9 * Support for CX24123/CX24113-NIM by Patrick Boettcher <pb@linuxtv.org>
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 */ 10 */
20 11
21#include <linux/slab.h> 12#include <linux/slab.h>