diff options
Diffstat (limited to 'drivers/media/dvb-frontends/or51211.c')
-rw-r--r-- | drivers/media/dvb-frontends/or51211.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/dvb-frontends/or51211.c b/drivers/media/dvb-frontends/or51211.c index 7343da11a1d8..ddcaea5c9941 100644 --- a/drivers/media/dvb-frontends/or51211.c +++ b/drivers/media/dvb-frontends/or51211.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Support for OR51211 (pcHDTV HD-2000) - VSB | 3 | * Support for OR51211 (pcHDTV HD-2000) - VSB |
3 | * | 4 | * |
@@ -5,17 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on code from Jack Kelliher (kelliher@xmission.com) | 7 | * Based on code from Jack Kelliher (kelliher@xmission.com) |
7 | * Copyright (C) 2002 & pcHDTV, inc. | 8 | * Copyright (C) 2002 & pcHDTV, inc. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | */ | 9 | */ |
20 | 10 | ||
21 | #define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__ |