diff options
Diffstat (limited to 'drivers/usb/core/buffer.c')
-rw-r--r-- | drivers/usb/core/buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/buffer.c b/drivers/usb/core/buffer.c index 98e39f91723a..b9bf6e2eb6fe 100644 --- a/drivers/usb/core/buffer.c +++ b/drivers/usb/core/buffer.c | |||
@@ -3,6 +3,9 @@ | |||
3 | * | 3 | * |
4 | * This implementation plugs in through generic "usb_bus" level methods, | 4 | * This implementation plugs in through generic "usb_bus" level methods, |
5 | * and should work with all USB controllers, regardless of bus type. | 5 | * and should work with all USB controllers, regardless of bus type. |
6 | * | ||
7 | * Released under the GPLv2 only. | ||
8 | * SPDX-License-Identifier: GPL-2.0 | ||
6 | */ | 9 | */ |
7 | 10 | ||
8 | #include <linux/module.h> | 11 | #include <linux/module.h> |