summaryrefslogtreecommitdiff
path: root/drivers/staging/rdma/ipath/ipath_driver.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_driver.c
parent335c8ea16069aefd929acf6b287b3a23b39db978 (diff)
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_driver.c')
-rw-r--r--drivers/staging/rdma/ipath/ipath_driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rdma/ipath/ipath_driver.c b/drivers/staging/rdma/ipath/ipath_driver.c
index 46d98980d66a..dfcfaa5e811e 100644
--- a/drivers/staging/rdma/ipath/ipath_driver.c
+++ b/drivers/staging/rdma/ipath/ipath_driver.c
@@ -33,7 +33,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/idr.h>
#include <linux/pci.h>