1
0
Fork 0

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>
hifive-unleashed-5.1
Andrew Morton 2008-11-18 22:20:10 -08:00 committed by Ingo Molnar
parent 7f0f598a00
commit 60a5151320
1 changed files with 1 additions and 1 deletions

View 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)
{
}