ftrace: Remove unused list 'ftrace_direct_funcs'
[linux-2.6-block.git] / kernel / trace / ftrace.c
index f9223513414a3487d649a0c4237b4dd6c014eae5..4613bf67ef2c05ba2caf05b7aaf88b38b93e213d 100644 (file)
@@ -5318,14 +5318,6 @@ ftrace_set_addr(struct ftrace_ops *ops, unsigned long *ips, unsigned int cnt,
 
 #ifdef CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS
 
-struct ftrace_direct_func {
-       struct list_head        next;
-       unsigned long           addr;
-       int                     count;
-};
-
-static LIST_HEAD(ftrace_direct_funcs);
-
 static int register_ftrace_function_nolock(struct ftrace_ops *ops);
 
 /*