diff options
Diffstat (limited to 'drivers/usb/core/buffer.c')
-rw-r--r-- | drivers/usb/core/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c index b64568cf572c..77eef8acff94 100644 --- a/drivers/usb/core/buffer.c +++ b/drivers/usb/core/buffer.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * DMA memory management for framework level HCD code (hc_driver) | 3 | * DMA memory management for framework level HCD code (hc_driver) |
3 | * | 4 | * |
@@ -5,7 +6,6 @@ | |||
5 | * and should work with all USB controllers, regardless of bus type. | 6 | * and should work with all USB controllers, regardless of bus type. |
6 | * | 7 | * |
7 | * Released under the GPLv2 only. | 8 | * Released under the GPLv2 only. |
8 | * SPDX-License-Identifier: GPL-2.0 | ||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |