Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e51a9896 authored by Steven Rostedt (VMware)'s avatar Steven Rostedt (VMware)
Browse files

ftrace: Remove unused "flags" field from struct ftrace_func_probe



Nothing uses "flags" in the ftrace_func_probe descriptor. Remove it.

Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 92a68fa0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1101,7 +1101,6 @@ static struct hlist_head ftrace_func_hash[FTRACE_FUNC_HASHSIZE] __read_mostly;
struct ftrace_func_probe {
	struct hlist_node	node;
	struct ftrace_probe_ops	*ops;
	unsigned long		flags;
	unsigned long		ip;
	void			*data;
	struct list_head	free_list;