trace: remove pointless ifdefs
authorSteven Noonan <steven@uplinklabs.net>
Sat, 20 Sep 2008 08:00:38 +0000 (01:00 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:38:01 +0000 (10:38 +0200)
The functions are already 'extern' anyway, so there's no problem
with linkage. Removing these ifdefs also helps find any potential
compiler errors.

Suggested by Andrew Morton.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found