diff options
Diffstat (limited to 'drivers/net/usb/cdc_mbim.c')
-rw-r--r-- | drivers/net/usb/cdc_mbim.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/usb/cdc_mbim.c b/drivers/net/usb/cdc_mbim.c index 28321aca48fe..eb100eb33de3 100644 --- a/drivers/net/usb/cdc_mbim.c +++ b/drivers/net/usb/cdc_mbim.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012 Smith Micro Software, Inc. | 3 | * Copyright (c) 2012 Smith Micro Software, Inc. |
3 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> | 4 | * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> |
4 | * | 5 | * |
5 | * This driver is based on and reuse most of cdc_ncm, which is | 6 | * This driver is based on and reuse most of cdc_ncm, which is |
6 | * Copyright (C) ST-Ericsson 2010-2012 | 7 | * Copyright (C) ST-Ericsson 2010-2012 |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * version 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/module.h> | 10 | #include <linux/module.h> |