Commit 60a515132086b2c28a8141d873297fdf7a180ca7

Authored by Andrew Morton
Committed by Ingo Molnar
1 parent 7f0f598a00

profiling: clean up profile_nop()

Impact: cleanup

No point in inlining this.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -544,7 +544,7 @@
544 544 };
545 545  
546 546 #ifdef CONFIG_SMP
547   -static inline void profile_nop(void *unused)
  547 +static void profile_nop(void *unused)
548 548 {
549 549 }
550 550