aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-05-08 15:49:15 -0700
committerDan Williams <dan.j.williams@intel.com>2011-07-03 04:04:47 -0700
commitce2b3261b6765c3b80fda95426c73e8d3bb1b035 (patch)
tree98d2007abbe37e70ec29e01cd4752fc04442085f /drivers/scsi/isci/remote_device.h
parent67ea838d17acdad3331aeae848683c768df96aaa (diff)
downloadkernel_samsung_smdk4412-ce2b3261b6765c3b80fda95426c73e8d3bb1b035.zip
kernel_samsung_smdk4412-ce2b3261b6765c3b80fda95426c73e8d3bb1b035.tar.gz
kernel_samsung_smdk4412-ce2b3261b6765c3b80fda95426c73e8d3bb1b035.tar.bz2
isci: unify constants
cross driver constants are spread out over multiple header files, consolidate them into isci.h, and push some includes out to the source files that need them. TODO: remove SCI_MODE_SIZE infrastructure. TODO: task.h is full of inlines that are too large Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/remote_device.h')
-rw-r--r--drivers/scsi/isci/remote_device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index 2e433b7..a118f58 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -56,7 +56,6 @@
#ifndef _ISCI_REMOTE_DEVICE_H_
#define _ISCI_REMOTE_DEVICE_H_
#include <scsi/libsas.h>
-#include "sci_status.h"
#include "scu_remote_node_context.h"
#include "remote_node_context.h"
#include "port.h"