diff mbox

[ndctl,2/2] ndctl: add missing symbol export for ndctl_bus_is_nfit_cmd_supported()

Message ID 150491391214.35962.17674116679502574937.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State Accepted
Commit 6871d2c2d833
Headers show

Commit Message

Dan Williams Sept. 8, 2017, 11:38 p.m. UTC
Enable applications to use this new helper.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 ndctl/lib/libndctl.sym |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/ndctl/lib/libndctl.sym b/ndctl/lib/libndctl.sym
index 8a1111672334..58db669ac2d7 100644
--- a/ndctl/lib/libndctl.sym
+++ b/ndctl/lib/libndctl.sym
@@ -285,6 +285,7 @@  LIBNDCTL_13 {
 global:
 	ndctl_bus_get_region_by_physical_address;
 	ndctl_bus_get_dimm_by_physical_address;
+	ndctl_bus_is_nfit_cmd_supported;
 	ndctl_dimm_read_labels;
 	ndctl_dimm_validate_labels;
 	ndctl_dimm_init_labels;