Skip to content

Commit

Permalink
profiling: clean up profile_nop()
Browse files Browse the repository at this point in the history
Impact: cleanup

No point in inlining this.

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
akpm00 authored and Ingo Molnar committed Nov 19, 2008
1 parent 7f0f598 commit 60a5151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 60a5151

Please sign in to comment.