summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2014-02-21 22:24:54 (GMT)
committerJames Bottomley <JBottomley@Parallels.com>2014-03-15 17:19:23 (GMT)
commit9f02e5bc60d699017bc1f5e5cc95c4fedc7b29ba (patch)
tree0f2766fe169bab615823cc060005a93917c8bebc /drivers
parent7aae51347b21eb738dc1981df1365b57a6c5ee4e (diff)
downloadlinux-9f02e5bc60d699017bc1f5e5cc95c4fedc7b29ba.tar.xz
[SCSI] hpsa: remove unused kthread.h header
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/hpsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index 49ad8c5..f604a4a 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -47,7 +47,6 @@
#include <linux/string.h>
#include <linux/bitmap.h>
#include <linux/atomic.h>
-#include <linux/kthread.h>
#include <linux/jiffies.h>
#include <asm/div64.h>
#include "hpsa_cmd.h"