| commit | 7b928c23fa3e9fa37d1d4ba52ba963f41ee5aae0 | [log] [tgz] |
|---|---|---|
| author | Ingo Molnar <mingo@elte.hu> | Fri Aug 15 17:48:02 2008 +0200 |
| committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:35:29 2008 +0200 |
| tree | a8873d531424a53b7c5f3a7cd4e280c50ca2e2a8 | |
| parent | 3f5a54e371ca20b119b73704f6c01b71295c1714 [diff] |
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>