diff options
author | Christoph Hellwig <hch@lst.de> | 2015-06-19 15:14:40 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-06-23 00:43:49 -0700 |
commit | 1315c7c7bbea6e0aba49a867400e7b8ccb6a5d16 (patch) | |
tree | d079816e8afb26d1bdbb4002471f359b92b161e2 /include/target | |
parent | ce8dd25d0ebb1d868802e1d1c770f27f2249fae4 (diff) | |
download | linux-1315c7c7bbea6e0aba49a867400e7b8ccb6a5d16.tar.bz2 |
target: remove unused TARGET_CORE_CONFIG_ROOT define
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 'include/target')
-rw-r--r-- | include/target/target_core_configfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/target/target_core_configfs.h b/include/target/target_core_configfs.h index 4012ed22d783..d19dbeeab930 100644 --- a/include/target/target_core_configfs.h +++ b/include/target/target_core_configfs.h @@ -1,6 +1,4 @@ -#define TARGET_CORE_CONFIG_ROOT "/sys/kernel/config" - #define TARGET_CORE_NAME_MAX_LEN 64 #define TARGET_FABRIC_NAME_SIZE 32 |