mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-12 06:42:12 +00:00
ftrace: build fix
fix: In file included from init/main.c:65: include/linux/ftrace.h:166: error: expected ‘,' or ‘;' before ‘{' token make[1]: *** [init/main.o] Error 1 make: *** [init/main.o] Error 2 Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
3f5a54e371
commit
7b928c23fa
@ -183,7 +183,10 @@ extern void ftrace_dump(void);
|
|||||||
static inline void
|
static inline void
|
||||||
ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3) { }
|
ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3) { }
|
||||||
static inline int
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user