summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/isci.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-03-28 13:21:04 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 11:00:37 (GMT)
commitca841f0e862bccd61f537b76c94579c1bd391448 (patch)
treef2330231b556b6c1767bf83a0e3f6675acd4d787 /drivers/scsi/isci/isci.h
parentbc99aa47108e9fd759071d4741c7abdf7b903579 (diff)
downloadlinux-ca841f0e862bccd61f537b76c94579c1bd391448.tar.xz
isci: remove base_controller abstraction
Merge struct sci_base_controller into scic_sds_controller, and also factor the two types of state machine handlers into one function. While we're at it also remove lots of duplicate incorrect kerneldoc comments for the state machine handlers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/isci.h')
-rw-r--r--drivers/scsi/isci/isci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/isci.h b/drivers/scsi/isci/isci.h
index 8764385..ac292d2 100644
--- a/drivers/scsi/isci/isci.h
+++ b/drivers/scsi/isci/isci.h
@@ -65,7 +65,7 @@
#include <scsi/libsas.h>
#include <scsi/scsi.h>
-#include "sci_base_controller.h"
+#include "core/sci_object.h"
#include "scic_controller.h"
#include "host.h"
#include "timers.h"