projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1a821
)
lib/syscall.c: unexport task_current_syscall()
author
Andrew Morton
<akpm@linux-foundation.org>
Thu, 3 Apr 2014 21:48:34 +0000
(14:48 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:06 +0000
(16:21 -0700)
It is only used by procfs and procfs cannot be a module.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/syscall.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/syscall.c
b/lib/syscall.c
index 58710eefeac803826aea142af510eb46b5a04210..e30e039324807c9b3187c728b933eaf6648f8ee0 100644
(file)
--- a/
lib/syscall.c
+++ b/
lib/syscall.c
@@
-72,4
+72,3
@@
int task_current_syscall(struct task_struct *target, long *callno,
return 0;
}
-EXPORT_SYMBOL_GPL(task_current_syscall);