diff options
Diffstat (limited to 'drivers/media/rc/sunxi-cir.c')
-rw-r--r-- | drivers/media/rc/sunxi-cir.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/rc/sunxi-cir.c b/drivers/media/rc/sunxi-cir.c index 307e44714ea0..a48f68539231 100644 --- a/drivers/media/rc/sunxi-cir.c +++ b/drivers/media/rc/sunxi-cir.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for Allwinner sunXi IR controller | 3 | * Driver for Allwinner sunXi IR controller |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * Based on sun5i-ir.c: | 8 | * Based on sun5i-ir.c: |
8 | * Copyright (C) 2007-2012 Daniel Wang | 9 | * Copyright (C) 2007-2012 Daniel Wang |
9 | * Allwinner Technology Co., Ltd. <www.allwinnertech.com> | 10 | * Allwinner Technology Co., Ltd. <www.allwinnertech.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License as | ||
13 | * published by the Free Software Foundation; either version 2 of | ||
14 | * the License, or (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | 12 | ||
22 | #include <linux/clk.h> | 13 | #include <linux/clk.h> |