ftrace: fix build failure
authorIngo Molnar <mingo@elte.hu>
Thu, 23 Oct 2008 14:11:03 +0000 (16:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Oct 2008 14:11:03 +0000 (16:11 +0200)
fix:

 kernel/trace/ftrace.c: In function 'ftrace_release':
 kernel/trace/ftrace.c:271: error: implicit declaration of function 'ftrace_release_hash'

release_hash is not needed without dftraced.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found