diff options
-rw-r--r-- | tools/lib/traceevent/plugin_scsi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/lib/traceevent/plugin_scsi.c b/tools/lib/traceevent/plugin_scsi.c index 7ef16cc96562..eda326fc8620 100644 --- a/tools/lib/traceevent/plugin_scsi.c +++ b/tools/lib/traceevent/plugin_scsi.c | |||
@@ -421,3 +421,9 @@ int PEVENT_PLUGIN_LOADER(struct pevent *pevent) | |||
421 | PEVENT_FUNC_ARG_VOID); | 421 | PEVENT_FUNC_ARG_VOID); |
422 | return 0; | 422 | return 0; |
423 | } | 423 | } |
424 | |||
425 | void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent) | ||
426 | { | ||
427 | pevent_unregister_print_function(pevent, process_scsi_trace_parse_cdb, | ||
428 | "scsi_trace_parse_cdb"); | ||
429 | } | ||