Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116588
b: refs/heads/master
c: 7b928c2
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 14, 2008
1 parent 491d0fe commit 3cda6c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f5a54e371ca20b119b73704f6c01b71295c1714
refs/heads/master: 7b928c23fa3e9fa37d1d4ba52ba963f41ee5aae0
5 changes: 4 additions & 1 deletion trunk/include/linux/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3cda6c9

Please sign in to comment.