aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_fabric_configfs.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-06-19 15:14:41 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2015-06-23 00:43:51 -0700
commit6de2ce5b8cb6ff3562de34ea2584b0e501373f56 (patch)
treef2b90a20c73217bf4c82565ebce0438fa9d37a9e /drivers/target/target_core_fabric_configfs.c
parenttarget: remove unused TARGET_CORE_CONFIG_ROOT define (diff)
downloadlinux-dev-6de2ce5b8cb6ff3562de34ea2584b0e501373f56.tar.xz
linux-dev-6de2ce5b8cb6ff3562de34ea2584b0e501373f56.zip
target: remove target_core_configfs.h
The remaining defintions are private to the target core and can be merged into target_core_internal.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_fabric_configfs.c')
-rw-r--r--drivers/target/target_core_fabric_configfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_fabric_configfs.c b/drivers/target/target_core_fabric_configfs.c
index 6cfee595f3f2..48a36989c1a6 100644
--- a/drivers/target/target_core_fabric_configfs.c
+++ b/drivers/target/target_core_fabric_configfs.c
@@ -36,7 +36,6 @@
#include <target/target_core_base.h>
#include <target/target_core_fabric.h>
#include <target/target_core_fabric_configfs.h>
-#include <target/target_core_configfs.h>
#include <target/configfs_macros.h>
#include "target_core_internal.h"