aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/ipath/ipath_user_sdma.c
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-10-18 21:57:09 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:06:05 -0700
commitf1c9e0ca0cfda2e6e93333ff86e086f0b925318e (patch)
tree38549ccf709159fecaf877ea20a8efc14b4c8d48 /drivers/staging/rdma/ipath/ipath_user_sdma.c
parentstaging: IB/ipath: use TASK_COMM_LEN in ipath_portdata (diff)
downloadlinux-dev-f1c9e0ca0cfda2e6e93333ff86e086f0b925318e.tar.xz
linux-dev-f1c9e0ca0cfda2e6e93333ff86e086f0b925318e.zip
staging: IB/ipath: remove sched.h header
sched.h header in ipath_*.c is now unnecessary, since I have added sched.h in ipath_kernel.h. So remove it. Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rdma/ipath/ipath_user_sdma.c')
-rw-r--r--drivers/staging/rdma/ipath/ipath_user_sdma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rdma/ipath/ipath_user_sdma.c b/drivers/staging/rdma/ipath/ipath_user_sdma.c
index e82b3ee2dbe0..8c12e3cccc58 100644
--- a/drivers/staging/rdma/ipath/ipath_user_sdma.c
+++ b/drivers/staging/rdma/ipath/ipath_user_sdma.c
@@ -33,7 +33,6 @@
#include <linux/types.h>
#include <linux/device.h>
#include <linux/dmapool.h>
-#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/highmem.h>