From: "Steven Rostedt (Red Hat)" <[email protected]>

ftrace_event_define_field() has a prototype defined but never used.
Remove it.

Signed-off-by: Steven Rostedt <[email protected]>
---
 include/linux/ftrace_event.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 65ce6de91307..f8465d65f3c7 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -219,10 +219,6 @@ struct ftrace_event_class {
 extern int ftrace_event_reg(struct ftrace_event_call *event,
                            enum trace_reg type, void *data);
 
-int ftrace_event_define_field(struct ftrace_event_call *call,
-                             char *type, int len, char *item, int offset,
-                             int field_size, int sign, int filter);
-
 struct ftrace_event_buffer {
        struct ring_buffer              *buffer;
        struct ring_buffer_event        *event;
@@ -238,10 +234,6 @@ void *ftrace_event_buffer_reserve(struct 
ftrace_event_buffer *fbuffer,
 
 void ftrace_event_buffer_commit(struct ftrace_event_buffer *fbuffer);
 
-int ftrace_event_define_field(struct ftrace_event_call *call,
-                             char *type, int len, char *item, int offset,
-                             int field_size, int sign, int filter);
-
 enum {
        TRACE_EVENT_FL_FILTERED_BIT,
        TRACE_EVENT_FL_CAP_ANY_BIT,
-- 
2.1.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to