]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit66b0de3569b00f61978782b9f97aa4803dbec0fb
tree9ffcb1a8481e7337dbe2d2ec321a3b4a427f84d7
parent15adc048986f6b54b6044f2b6fc4b48f49413e2f
ftrace: fix build failure

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>
kernel/trace/ftrace.c