diff options
Diffstat (limited to 'drivers/media/rc/fintek-cir.c')
-rw-r--r-- | drivers/media/rc/fintek-cir.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c index 601944666b71..b74bb13161fd 100644 --- a/drivers/media/rc/fintek-cir.c +++ b/drivers/media/rc/fintek-cir.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for Feature Integration Technology Inc. (aka Fintek) LPC CIR | 3 | * Driver for Feature Integration Technology Inc. (aka Fintek) LPC CIR |
3 | * | 4 | * |
@@ -6,16 +7,6 @@ | |||
6 | * Special thanks to Fintek for providing hardware and spec sheets. | 7 | * Special thanks to Fintek for providing hardware and spec sheets. |
7 | * This driver is based upon the nuvoton, ite and ene drivers for | 8 | * This driver is based upon the nuvoton, ite and ene drivers for |
8 | * similar hardware. | 9 | * similar hardware. |
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 the | ||
13 | * License, or (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but | ||
16 | * 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 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 12 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |