From: Daniel Wagner Date: Fri, 14 Jan 2022 17:24:34 +0000 (+0100) Subject: build: Add __nvme_msg back to exported symbols X-Git-Tag: v1.0-rc0^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f6cc9487ef8e272ac1dbb61a1df87585df2d2eb3;p=users%2Fsagi%2Flibnvme.git build: Add __nvme_msg back to exported symbols nvme_msg() is a macro which call __nvme_msg(). The naming scheme is not great but until we figured it out, add it back to the list of exported symbols. Signed-off-by: Daniel Wagner --- diff --git a/src/libnvme.map b/src/libnvme.map index 506f2685..9b6a1d35 100644 --- a/src/libnvme.map +++ b/src/libnvme.map @@ -1,6 +1,7 @@ LIBNVME_1_0 { global: __nvme_get_log_page; + __nvme_msg; nvme_admin_passthru64; nvme_admin_passthru; nvme_attach_ns;