diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-08 20:34:44 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:47 -0400 |
commit | cc9203bf381a465cd115762b9cf7c9a313c874bc (patch) | |
tree | 5dbe4b2f8781e83e80c2d55243b41465e541d098 /drivers/scsi/isci/init.c | |
parent | ce2b3261b6765c3b80fda95426c73e8d3bb1b035 (diff) |
isci: move core/controller to host
Now that the data structures are unified unify the implementation in
host.[ch] and cleanup namespace pollution.
Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/init.c')
-rw-r--r-- | drivers/scsi/isci/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c index df132c07badf..bda701655b25 100644 --- a/drivers/scsi/isci/init.c +++ b/drivers/scsi/isci/init.c | |||
@@ -61,9 +61,7 @@ | |||
61 | #include <asm/string.h> | 61 | #include <asm/string.h> |
62 | #include "isci.h" | 62 | #include "isci.h" |
63 | #include "task.h" | 63 | #include "task.h" |
64 | #include "sci_environment.h" | ||
65 | #include "probe_roms.h" | 64 | #include "probe_roms.h" |
66 | #include "scic_controller.h" | ||
67 | 65 | ||
68 | static struct scsi_transport_template *isci_transport_template; | 66 | static struct scsi_transport_template *isci_transport_template; |
69 | 67 | ||