diff options
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r-- | include/linux/kernel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 5de838b0fc1a..38e462e00594 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -513,9 +513,6 @@ extern void tracing_start(void); | |||
513 | extern void tracing_stop(void); | 513 | extern void tracing_stop(void); |
514 | extern void ftrace_off_permanent(void); | 514 | extern void ftrace_off_permanent(void); |
515 | 515 | ||
516 | extern void | ||
517 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); | ||
518 | |||
519 | static inline void __attribute__ ((format (printf, 1, 2))) | 516 | static inline void __attribute__ ((format (printf, 1, 2))) |
520 | ____trace_printk_check_format(const char *fmt, ...) | 517 | ____trace_printk_check_format(const char *fmt, ...) |
521 | { | 518 | { |
@@ -591,8 +588,6 @@ __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap); | |||
591 | 588 | ||
592 | extern void ftrace_dump(enum ftrace_dump_mode oops_dump_mode); | 589 | extern void ftrace_dump(enum ftrace_dump_mode oops_dump_mode); |
593 | #else | 590 | #else |
594 | static inline void | ||
595 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3) { } | ||
596 | static inline int | 591 | static inline int |
597 | trace_printk(const char *fmt, ...) __attribute__ ((format (printf, 1, 2))); | 592 | trace_printk(const char *fmt, ...) __attribute__ ((format (printf, 1, 2))); |
598 | 593 | ||