summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2014-02-21 23:24:54 +0100
committerJames Bottomley <JBottomley@Parallels.com>2014-03-15 18:19:23 +0100
commit9f02e5bc60d699017bc1f5e5cc95c4fedc7b29ba (patch)
tree0f2766fe169bab615823cc060005a93917c8bebc /drivers/scsi/hpsa.c
parent[SCSI] sd: don't fail if the device doesn't recognize SYNCHRONIZE CACHE (diff)
downloadlinux-9f02e5bc60d699017bc1f5e5cc95c4fedc7b29ba.tar.xz
linux-9f02e5bc60d699017bc1f5e5cc95c4fedc7b29ba.zip
[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 '')
-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 49ad8c56c535..f604a4ad406e 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"