mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
[PATCH] unexport get_wchan
The only user of get_wchan is the proc fs - and proc can't be built modular. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
ec350a7fc1
commit
0cb3463f04
12 changed files with 0 additions and 19 deletions
|
@ -419,4 +419,3 @@ unsigned long get_wchan(struct task_struct *p)
|
|||
return pc;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(get_wchan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue