diff options
author | Christoph Hellwig <hch@lst.de> | 2015-06-19 15:14:41 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-06-23 00:43:51 -0700 |
commit | 6de2ce5b8cb6ff3562de34ea2584b0e501373f56 (patch) | |
tree | f2b90a20c73217bf4c82565ebce0438fa9d37a9e /drivers/target/target_core_configfs.c | |
parent | 1315c7c7bbea6e0aba49a867400e7b8ccb6a5d16 (diff) | |
download | talos-obmc-linux-6de2ce5b8cb6ff3562de34ea2584b0e501373f56.tar.gz talos-obmc-linux-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_configfs.c')
-rw-r--r-- | drivers/target/target_core_configfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c index 6003921a1c56..0b0de3647478 100644 --- a/drivers/target/target_core_configfs.c +++ b/drivers/target/target_core_configfs.c @@ -41,7 +41,6 @@ #include <target/target_core_backend.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" |