usbip_common.h (f26e8817b235d8764363bffcc9cbfc61867371f2) usbip_common.h (0881e7bd341e2158b314596bcf2059e88e68f04e)
1/*
2 * Copyright (C) 2003-2008 Takahiro Hirofuchi
3 * Copyright (C) 2015-2016 Samsung Electronics
4 * Krzysztof Opasiak <k.opasiak@samsung.com>
5 *
6 * This is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 17 unchanged lines hidden (view full) ---

26#include <linux/device.h>
27#include <linux/interrupt.h>
28#include <linux/net.h>
29#include <linux/printk.h>
30#include <linux/spinlock.h>
31#include <linux/types.h>
32#include <linux/usb.h>
33#include <linux/wait.h>
1/*
2 * Copyright (C) 2003-2008 Takahiro Hirofuchi
3 * Copyright (C) 2015-2016 Samsung Electronics
4 * Krzysztof Opasiak <k.opasiak@samsung.com>
5 *
6 * This is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 17 unchanged lines hidden (view full) ---

26#include <linux/device.h>
27#include <linux/interrupt.h>
28#include <linux/net.h>
29#include <linux/printk.h>
30#include <linux/spinlock.h>
31#include <linux/types.h>
32#include <linux/usb.h>
33#include <linux/wait.h>
34#include <linux/sched/task.h>
34#include <uapi/linux/usbip.h>
35
36#define USBIP_VERSION "1.0.0"
37
38#undef pr_fmt
39
40#ifdef DEBUG
41#define pr_fmt(fmt) KBUILD_MODNAME ": %s:%d: " fmt, __func__, __LINE__

--- 306 unchanged lines hidden ---
35#include <uapi/linux/usbip.h>
36
37#define USBIP_VERSION "1.0.0"
38
39#undef pr_fmt
40
41#ifdef DEBUG
42#define pr_fmt(fmt) KBUILD_MODNAME ": %s:%d: " fmt, __func__, __LINE__

--- 306 unchanged lines hidden ---