aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_erl0.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-11-16 09:46:48 -0500
committerNicholas Bellinger <nab@linux-iscsi.org>2011-12-14 11:26:05 +0000
commitc4795fb20edf2fe2c862c8fe9f8b681edeb79ac1 (patch)
tree506a8cb0a12ea2b56c5ebed5e6bc2a0d842c069d /drivers/target/iscsi/iscsi_target_erl0.c
parenttarget: reshuffle headers (diff)
downloadlinux-dev-c4795fb20edf2fe2c862c8fe9f8b681edeb79ac1.tar.xz
linux-dev-c4795fb20edf2fe2c862c8fe9f8b681edeb79ac1.zip
target: header reshuffle, part2
This reorganized the headers under include/target into: - target_core_base.h stays as is with all target-wide data stuctures and defines - target_core_backend.h contains the whole interface to I/O backends - target_core_fabric.h contains the whole interface to fabric modules Except for those only the various configfs macro headers stay around. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/iscsi/iscsi_target_erl0.c')
-rw-r--r--drivers/target/iscsi/iscsi_target_erl0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/iscsi/iscsi_target_erl0.c b/drivers/target/iscsi/iscsi_target_erl0.c
index b7ffc3cd40cc..478451167b62 100644
--- a/drivers/target/iscsi/iscsi_target_erl0.c
+++ b/drivers/target/iscsi/iscsi_target_erl0.c
@@ -21,7 +21,7 @@
#include <scsi/iscsi_proto.h>
#include <target/target_core_base.h>
-#include <target/target_core_transport.h>
+#include <target/target_core_fabric.h>
#include "iscsi_target_core.h"
#include "iscsi_target_seq_pdu_list.h"