diff options
Diffstat (limited to 'drivers/media/radio/dsbr100.c')
-rw-r--r-- | drivers/media/radio/dsbr100.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/media/radio/dsbr100.c b/drivers/media/radio/dsbr100.c index c9d51a5f2838..9f7e68498321 100644 --- a/drivers/media/radio/dsbr100.c +++ b/drivers/media/radio/dsbr100.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* A driver for the D-Link DSB-R100 USB radio and Gemtek USB Radio 21. | 2 | /* A driver for the D-Link DSB-R100 USB radio and Gemtek USB Radio 21. |
2 | * The device plugs into both the USB and an analog audio input, so this thing | 3 | * The device plugs into both the USB and an analog audio input, so this thing |
3 | * only deals with initialisation and frequency setting, the | 4 | * only deals with initialisation and frequency setting, the |
@@ -18,16 +19,6 @@ | |||
18 | * Fully tested with the Keene USB FM Transmitter and the v4l2-compliance tool. | 19 | * Fully tested with the Keene USB FM Transmitter and the v4l2-compliance tool. |
19 | * | 20 | * |
20 | * Copyright (c) 2000 Markus Demleitner <msdemlei@cl.uni-heidelberg.de> | 21 | * Copyright (c) 2000 Markus Demleitner <msdemlei@cl.uni-heidelberg.de> |
21 | * | ||
22 | * This program is free software; you can redistribute it and/or modify | ||
23 | * it under the terms of the GNU General Public License as published by | ||
24 | * the Free Software Foundation; either version 2 of the License, or | ||
25 | * (at your option) any later version. | ||
26 | * | ||
27 | * This program is distributed in the hope that it will be useful, | ||
28 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
29 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
30 | * GNU General Public License for more details. | ||
31 | */ | 22 | */ |
32 | 23 | ||
33 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |