lib/iscsi: Remove inclusion of SPDK event library except shared memory ID for iSCSI top application

iSCSI library still needs to include SPDK event library only for
shared memory ID to allocate shared memory for iSCSI top application.

We will move the code to module library separately later but remove
all other inclusion of SPDK event library in this patch.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I21d77b9cc00c6a1f512546a6a0202c8fa5623bed
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2686
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Shuhei Matsumoto 2020-05-29 10:07:54 +09:00 committed by Tomasz Zawadzki
parent 1b5ad8adb4
commit 6917f6e061
5 changed files with 0 additions and 5 deletions

View File

@ -39,7 +39,6 @@
#include "spdk/bdev.h"
#include "spdk/iscsi_spec.h"
#include "spdk/event.h"
#include "spdk/thread.h"
#include "spdk/sock.h"

View File

@ -40,7 +40,6 @@
#include "spdk/rpc.h"
#include "spdk/util.h"
#include "spdk/event.h"
#include "spdk/string.h"
#include "spdk_internal/log.h"

View File

@ -36,7 +36,6 @@
#include "spdk/conf.h"
#include "spdk/sock.h"
#include "spdk/event.h"
#include "spdk/string.h"
#include "spdk_internal/log.h"

View File

@ -3,7 +3,6 @@
#include "iscsi/conn.h"
#include "spdk/env.h"
#include "spdk/event.h"
#include "spdk/sock.h"
#include "spdk_cunit.h"

View File

@ -32,7 +32,6 @@
*/
#include "spdk/stdinc.h"
#include "spdk/event.h"
#include "spdk_cunit.h"