profiling: clean up profile_nop()
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 19 Nov 2008 06:20:10 +0000 (22:20 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 19 Nov 2008 09:19:16 +0000 (10:19 +0100)
Impact: cleanup

No point in inlining this.

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

index 5b7d1ac..7f93a50 100644 (file)
@@ -544,7 +544,7 @@ static const struct file_operations proc_profile_operations = {
 };
 
 #ifdef CONFIG_SMP
-static inline void profile_nop(void *unused)
+static void profile_nop(void *unused)
 {
 }