]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 5b7d1ac7124c97e884d25c57bbf770f9f858d26f..7f93a5042d3b6011cbc54c0e540e6d178f7e293e 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)
 {
 }