diff options
author | Christoph Hellwig <hch@lst.de> | 2015-06-19 16:14:41 +0300 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-06-23 10:43:51 +0300 |
commit | 6de2ce5b8cb6ff3562de34ea2584b0e501373f56 (patch) | |
tree | f2b90a20c73217bf4c82565ebce0438fa9d37a9e /drivers/target/target_core_tpg.c | |
parent | 1315c7c7bbea6e0aba49a867400e7b8ccb6a5d16 (diff) | |
download | linux-6de2ce5b8cb6ff3562de34ea2584b0e501373f56.tar.xz |
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_tpg.c')
-rw-r--r-- | drivers/target/target_core_tpg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c index aa39bc89227b..10321a8ffbb0 100644 --- a/drivers/target/target_core_tpg.c +++ b/drivers/target/target_core_tpg.c @@ -37,7 +37,6 @@ #include <target/target_core_base.h> #include <target/target_core_backend.h> -#include <target/target_core_configfs.h> #include <target/target_core_fabric.h> #include "target_core_internal.h" |