Skip to content

Commit

Permalink
tracing: Remove unused prototype ftrace_event_define_field()
Browse files Browse the repository at this point in the history
ftrace_event_define_field() has a prototype defined but never used.
Remove it.

Signed-off-by: Steven Rostedt <[email protected]>
  • Loading branch information
rostedt committed May 13, 2015
1 parent aabfa5f commit f267caa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/linux/ftrace_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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,
Expand Down

0 comments on commit f267caa

Please sign in to comment.