[PATCH] fs/open.c: unexport sys_openat
Remove the unused EXPORT_SYMBOL_GPL(sys_openat). 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
0cccca06f9
commit
6aff5cb8ec
@ -1124,7 +1124,6 @@ asmlinkage long sys_openat(int dfd, const char __user *filename, int flags,
|
||||
prevent_tail_call(ret);
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(sys_openat);
|
||||
|
||||
#ifndef __alpha__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user