diff options
Diffstat (limited to 'drivers/media/dvb-frontends/dib0070.c')
-rw-r--r-- | drivers/media/dvb-frontends/dib0070.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/media/dvb-frontends/dib0070.c b/drivers/media/dvb-frontends/dib0070.c index 37ebd5af8fd4..3b26f61785d8 100644 --- a/drivers/media/dvb-frontends/dib0070.c +++ b/drivers/media/dvb-frontends/dib0070.c | |||
@@ -1,23 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. | 3 | * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. |
3 | * | 4 | * |
4 | * Copyright (C) 2005-9 DiBcom (http://www.dibcom.fr/) | 5 | * Copyright (C) 2005-9 DiBcom (http://www.dibcom.fr/) |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License as | ||
8 | * published by the Free Software Foundation; either version 2 of the | ||
9 | * License, or (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * | ||
18 | * This code is more or less generated from another driver, please | 7 | * This code is more or less generated from another driver, please |
19 | * excuse some codingstyle oddities. | 8 | * excuse some codingstyle oddities. |
20 | * | ||
21 | */ | 9 | */ |
22 | 10 | ||
23 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |