endpoint.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) endpoint.c (b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4)
1/*
2 * drivers/usb/core/endpoint.c
3 *
4 * (C) Copyright 2002,2004,2006 Greg Kroah-Hartman
5 * (C) Copyright 2002,2004 IBM Corp.
6 * (C) Copyright 2006 Novell Inc.
7 *
1/*
2 * drivers/usb/core/endpoint.c
3 *
4 * (C) Copyright 2002,2004,2006 Greg Kroah-Hartman
5 * (C) Copyright 2002,2004 IBM Corp.
6 * (C) Copyright 2006 Novell Inc.
7 *
8 * Endpoint sysfs stuff
8 * Released under the GPLv2 only.
9 * SPDX-License-Identifier: GPL-2.0
9 *
10 *
11 * Endpoint sysfs stuff
10 */
11
12#include <linux/kernel.h>
13#include <linux/spinlock.h>
14#include <linux/slab.h>
15#include <linux/usb.h>
16#include "usb.h"
17

--- 200 unchanged lines hidden ---
12 */
13
14#include <linux/kernel.h>
15#include <linux/spinlock.h>
16#include <linux/slab.h>
17#include <linux/usb.h>
18#include "usb.h"
19

--- 200 unchanged lines hidden ---