]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-print: Double function definition
authorDaniel Wagner <dwagner@suse.de>
Tue, 30 May 2023 07:45:48 +0000 (09:45 +0200)
committerDaniel Wagner <wagi@monom.org>
Mon, 5 Jun 2023 06:43:35 +0000 (08:43 +0200)
The json function is already defined in nvme-print-json.h header file.

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

index 4c7e58b2b19bbefdee790d797878d53b2c919751..d72f450f72ea5f06e751eb348f323faa8c3da9b8 100644 (file)
@@ -63,9 +63,6 @@ void nvme_show_predictable_latency_event_agg_log(
 void nvme_show_persistent_event_log(void *pevent_log_info,
        __u8 action, __u32 size, const char *devname,
        enum nvme_print_flags flags);
-void json_endurance_group_event_agg_log(
-       struct nvme_aggregate_predictable_lat_event *endurance_log,
-       __u64 log_entries);
 void nvme_show_endurance_group_event_agg_log(
        struct nvme_aggregate_predictable_lat_event *endurance_log,
        __u64 log_entries, __u32 size, const char *devname,