]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme: Rename LIBJSONC_14 to CONFIG_JSONC_14
authorDaniel Wagner <dwagner@suse.de>
Tue, 8 Feb 2022 09:27:17 +0000 (10:27 +0100)
committerDaniel Wagner <dwagner@suse.de>
Tue, 8 Feb 2022 09:27:44 +0000 (10:27 +0100)
We missed to rename LIBJSONC_14 to CONFIG_JSONC_14 in the nvme.h
header file in 4c3a8c058eb3 ("build: Prefix configuration options").

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme.h

diff --git a/nvme.h b/nvme.h
index 8aee4dc3eefbffc5b6a08753c38767a732ee3978..66ab46a36937beed9e4787176ec5710940f0c7dc 100644 (file)
--- a/nvme.h
+++ b/nvme.h
@@ -33,7 +33,7 @@
        json_object_object_add(o, k, json_object_new_int(v))
 #define json_object_add_value_int(o, k, v) \
        json_object_object_add(o, k, json_object_new_int(v))
-#ifdef LIBJSONC_14
+#ifdef CONFIG_JSONC_14
 #define json_object_add_value_uint64(o, k, v) \
        json_object_object_add(o, k, json_object_new_uint64(v))
 #else