urb.c (4f4ee7d87989df17aaca80a2e2d62b15d3f3cacc) | urb.c (aa1f3bb56761cf627ed53a40607bead16d6e23bc) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Released under the GPLv2 only. | 2/* 3 * Released under the GPLv2 only. |
3 * SPDX-License-Identifier: GPL-2.0 | |
4 */ 5 6#include <linux/module.h> 7#include <linux/string.h> 8#include <linux/bitops.h> 9#include <linux/slab.h> 10#include <linux/log2.h> 11#include <linux/usb.h> --- 959 unchanged lines hidden --- | 4 */ 5 6#include <linux/module.h> 7#include <linux/string.h> 8#include <linux/bitops.h> 9#include <linux/slab.h> 10#include <linux/log2.h> 11#include <linux/usb.h> --- 959 unchanged lines hidden --- |