summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_lib.c
diff options
context:
space:
mode:
authorChristoph Hellwig2011-11-16 15:46:48 +0100
committerNicholas Bellinger2011-12-14 12:26:05 +0100
commitc4795fb20edf2fe2c862c8fe9f8b681edeb79ac1 (patch)
tree506a8cb0a12ea2b56c5ebed5e6bc2a0d842c069d /drivers/target/target_core_fabric_lib.c
parenttarget: reshuffle headers (diff)
downloadkernel-qcow2-linux-c4795fb20edf2fe2c862c8fe9f8b681edeb79ac1.tar.gz
kernel-qcow2-linux-c4795fb20edf2fe2c862c8fe9f8b681edeb79ac1.tar.xz
kernel-qcow2-linux-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/target_core_fabric_lib.c')
-rw-r--r--drivers/target/target_core_fabric_lib.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/target/target_core_fabric_lib.c b/drivers/target/target_core_fabric_lib.c
index dd9ae929dda2..32d7feb405ec 100644
--- a/drivers/target/target_core_fabric_lib.c
+++ b/drivers/target/target_core_fabric_lib.c
@@ -34,10 +34,7 @@
#include <scsi/scsi_cmnd.h>
#include <target/target_core_base.h>
-#include <target/target_core_device.h>
-#include <target/target_core_transport.h>
-#include <target/target_core_fabric_lib.h>
-#include <target/target_core_fabric_ops.h>
+#include <target/target_core_fabric.h>
#include <target/target_core_configfs.h>
#include "target_core_internal.h"