From: Andrew Morton Date: Wed, 19 Nov 2008 06:20:10 +0000 (-0800) Subject: profiling: clean up profile_nop() X-Git-Tag: v2.6.29-rc1~586^2~55^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=60a515132086b2c28a8141d873297fdf7a180ca7;p=linux-2.6-omap-h63xx.git profiling: clean up profile_nop() Impact: cleanup No point in inlining this. Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- diff --git a/kernel/profile.c b/kernel/profile.c index 5b7d1ac7124..7f93a5042d3 100644 --- a/kernel/profile.c +++ b/kernel/profile.c @@ -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) { }