diff options
Diffstat (limited to 'drivers/media/rc/streamzap.c')
-rw-r--r-- | drivers/media/rc/streamzap.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/rc/streamzap.c b/drivers/media/rc/streamzap.c index a490d26bd170..79a41fc7161c 100644 --- a/drivers/media/rc/streamzap.c +++ b/drivers/media/rc/streamzap.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Streamzap Remote Control driver | 3 | * Streamzap Remote Control driver |
3 | * | 4 | * |
@@ -15,16 +16,6 @@ | |||
15 | * | 16 | * |
16 | * This driver is based on the USB skeleton driver packaged with the | 17 | * This driver is based on the USB skeleton driver packaged with the |
17 | * kernel; copyright (C) 2001-2003 Greg Kroah-Hartman (greg@kroah.com) | 18 | * kernel; copyright (C) 2001-2003 Greg Kroah-Hartman (greg@kroah.com) |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or modify | ||
20 | * it under the terms of the GNU General Public License as published by | ||
21 | * the Free Software Foundation; either version 2 of the License, or | ||
22 | * (at your option) any later version. | ||
23 | * | ||
24 | * This program is distributed in the hope that it will be useful, | ||
25 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
26 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
27 | * GNU General Public License for more details. | ||
28 | */ | 19 | */ |
29 | 20 | ||
30 | #include <linux/device.h> | 21 | #include <linux/device.h> |