Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60a51513 authored by Andrew Morton's avatar Andrew Morton Committed by Ingo Molnar
Browse files

profiling: clean up profile_nop()



Impact: cleanup

No point in inlining this.

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7f0f598a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
}