Commit a83f91c2 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

thread: Replace #include of io_channel.h with thread.h



Change-Id: I6babd4cf990bf19b510db88bdfb0ca81e29d9252
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/414700


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarMadhu Pai <mpai@netapp.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent c1dc8cd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#include "spdk/copy_engine.h"
#include "spdk/conf.h"
#include "spdk/env.h"
#include "spdk/io_channel.h"
#include "spdk/thread.h"
#include "spdk/log.h"
#include "spdk/string.h"
#include "spdk/queue.h"
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
 */

#include "spdk/stdinc.h"
#include "spdk/io_channel.h"
#include "spdk/thread.h"
#include "spdk/bdev.h"
#include "spdk/env.h"
#include "spdk/event.h"
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#include "spdk/bdev.h"
#include "spdk/queue.h"
#include "spdk/scsi_spec.h"
#include "spdk/io_channel.h"
#include "spdk/thread.h"
#include "spdk/uuid.h"

/** Block device module */
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
#include "spdk/likely.h"
#include "spdk/queue.h"
#include "spdk/json.h"
#include "spdk/io_channel.h"
#include "spdk/thread.h"
#include "spdk/pci_ids.h"
#include "spdk/env.h"

+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#include "spdk/conf.h"
#include "spdk/env.h"
#include "spdk/fd.h"
#include "spdk/io_channel.h"
#include "spdk/thread.h"
#include "spdk/json.h"
#include "spdk/util.h"
#include "spdk/string.h"
Loading