File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -862,13 +862,8 @@ extern int skip_trace(unsigned long ip);
862
862
extern void ftrace_module_init (struct module * mod );
863
863
extern void ftrace_module_enable (struct module * mod );
864
864
extern void ftrace_release_mod (struct module * mod );
865
-
866
- extern void ftrace_disable_daemon (void );
867
- extern void ftrace_enable_daemon (void );
868
865
#else /* CONFIG_DYNAMIC_FTRACE */
869
866
static inline int skip_trace (unsigned long ip ) { return 0 ; }
870
- static inline void ftrace_disable_daemon (void ) { }
871
- static inline void ftrace_enable_daemon (void ) { }
872
867
static inline void ftrace_module_init (struct module * mod ) { }
873
868
static inline void ftrace_module_enable (struct module * mod ) { }
874
869
static inline void ftrace_release_mod (struct module * mod ) { }
You can’t perform that action at this time.
0 commit comments