diff options
Diffstat (limited to 'drivers/media/rc/ati_remote.c')
-rw-r--r-- | drivers/media/rc/ati_remote.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/media/rc/ati_remote.c b/drivers/media/rc/ati_remote.c index bc2da64858c3..9cdef17b4793 100644 --- a/drivers/media/rc/ati_remote.c +++ b/drivers/media/rc/ati_remote.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * USB ATI Remote support | 3 | * USB ATI Remote support |
3 | * | 4 | * |
@@ -26,16 +27,6 @@ | |||
26 | * | 27 | * |
27 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | 28 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
28 | * | 29 | * |
29 | * This program is free software; you can redistribute it and/or modify | ||
30 | * it under the terms of the GNU General Public License as published by | ||
31 | * the Free Software Foundation; either version 2 of the License, or | ||
32 | * (at your option) any later version. | ||
33 | * | ||
34 | * This program is distributed in the hope that it will be useful, | ||
35 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
36 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
37 | * GNU General Public License for more details. | ||
38 | * | ||
39 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | 30 | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
40 | * | 31 | * |
41 | * Hardware & software notes | 32 | * Hardware & software notes |
@@ -79,7 +70,6 @@ | |||
79 | * | 70 | * |
80 | * The default is 0 (respond to all channels). Bit 0 and bits 17-32 of this | 71 | * The default is 0 (respond to all channels). Bit 0 and bits 17-32 of this |
81 | * parameter are unused. | 72 | * parameter are unused. |
82 | * | ||
83 | */ | 73 | */ |
84 | 74 | ||
85 | #include <linux/kernel.h> | 75 | #include <linux/kernel.h> |