From 3cda6c96a49a50c91176bb234269e91a95ee4579 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 15 Aug 2008 17:48:02 +0200 Subject: [PATCH] --- yaml --- r: 116588 b: refs/heads/master c: 7b928c23fa3e9fa37d1d4ba52ba963f41ee5aae0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/ftrace.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 70d43f2ecd0d..8c42b9c00a5f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f5a54e371ca20b119b73704f6c01b71295c1714 +refs/heads/master: 7b928c23fa3e9fa37d1d4ba52ba963f41ee5aae0 diff --git a/trunk/include/linux/ftrace.h b/trunk/include/linux/ftrace.h index f7fb92045bf0..ce929cb55435 100644 --- a/trunk/include/linux/ftrace.h +++ b/trunk/include/linux/ftrace.h @@ -183,7 +183,10 @@ extern void ftrace_dump(void); static inline void ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3) { } static inline int -ftrace_printk(const char *fmt, ...) __attribute__ ((format (printf, 1, 0))) +ftrace_printk(const char *fmt, ...) __attribute__ ((format (printf, 1, 0))); + +static inline int +ftrace_printk(const char *fmt, ...) { return 0; }