diff options
Diffstat (limited to 'drivers/bluetooth/hci_serdev.c')
-rw-r--r-- | drivers/bluetooth/hci_serdev.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_serdev.c index 490abba94363..4652896d4990 100644 --- a/drivers/bluetooth/hci_serdev.c +++ b/drivers/bluetooth/hci_serdev.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Bluetooth HCI serdev driver lib | 3 | * Bluetooth HCI serdev driver lib |
3 | * | 4 | * |
@@ -8,17 +9,6 @@ | |||
8 | * Copyright (C) 2000-2001 Qualcomm Incorporated | 9 | * Copyright (C) 2000-2001 Qualcomm Incorporated |
9 | * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> | 10 | * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> |
10 | * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org> | 11 | * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | * | ||
22 | */ | 12 | */ |
23 | 13 | ||
24 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |