aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorMinwoo Im <minwoo.im.dev@gmail.com>2019-06-12 21:45:29 +0900
committerChristoph Hellwig <hch@lst.de>2019-06-21 11:11:56 +0200
commit7183a46a4879b1640ed428334a8468f3f9b0a4bb (patch)
treec2d33a58ff11799796380bb1113dd0bacec3f094 /drivers/nvme
parentnvme-pci: clean up nvme_remove_dead_ctrl a bit (diff)
downloadlinux-dev-7183a46a4879b1640ed428334a8468f3f9b0a4bb.tar.xz
linux-dev-7183a46a4879b1640ed428334a8468f3f9b0a4bb.zip
nvme-trace: do not export nvme_trace_disk_name
nvme_trace_disk_name() is now already being invoked with the function prototype in trace.h. We don't need to export this symbol at all. The following patches are going to provide target-side trace feature with the exactly same function with this so that this patch removes the EXPORT_SYMBOL() for this function. Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/trace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/trace.c b/drivers/nvme/host/trace.c
index 5f24ea7a28eb..14b0d2993cbe 100644
--- a/drivers/nvme/host/trace.c
+++ b/drivers/nvme/host/trace.c
@@ -145,6 +145,5 @@ const char *nvme_trace_disk_name(struct trace_seq *p, char *name)
return ret;
}
-EXPORT_SYMBOL_GPL(nvme_trace_disk_name);
EXPORT_TRACEPOINT_SYMBOL_GPL(nvme_sq);