projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0f598
)
profiling: clean up profile_nop()
author
Andrew Morton
<akpm@linux-foundation.org>
Wed, 19 Nov 2008 06:20:10 +0000
(22:20 -0800)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/profile.c
b/kernel/profile.c
index 5b7d1ac7124c97e884d25c57bbf770f9f858d26f..7f93a5042d3b6011cbc54c0e540e6d178f7e293e 100644
(file)
--- 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)
{
}