diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2014-02-21 16:24:54 -0600 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2014-03-15 10:19:23 -0700 |
commit | 9f02e5bc60d699017bc1f5e5cc95c4fedc7b29ba (patch) | |
tree | 0f2766fe169bab615823cc060005a93917c8bebc /drivers/scsi/hpsa.c | |
parent | 7aae51347b21eb738dc1981df1365b57a6c5ee4e (diff) |
[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/scsi/hpsa.c')
-rw-r--r-- | drivers/scsi/hpsa.c | 1 |
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" |