Loading
bdev/nvme: Delete unnecessary function declarations from bdev_nvme.h
A few functions can be made private in bdev_nvme.c. Hence delete these function declarations from bdev_nvme.h. Besides, bdev_nvme_remove_trid() is only a function declaration. Hence delete it together in this patch. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I7bf9ae6da332c6426f6eb40926e7c4130d9acd8a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9444 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>