]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-trace: do not export nvme_trace_disk_name
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 12 Jun 2019 12:45:29 +0000 (21:45 +0900)
committerChristoph Hellwig <hch@lst.de>
Fri, 21 Jun 2019 09:11:56 +0000 (11:11 +0200)
commit7ab8002b6a22a9e651043809e350b6a0bc90c02b
treec2d33a58ff11799796380bb1113dd0bacec3f094
parenta81d550aaa89532a6bc73bb9d0fb443978b4f557
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>
drivers/nvme/host/trace.c