diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-05-15 12:43:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-15 14:20:54 -0400 |
commit | 6aff5cb8ec270db569800b1bb59bd20003a76f07 (patch) | |
tree | 93e876b49dbbbd9e34b8d8ba99db38b4d51f27d9 | |
parent | 0cccca06f9870eb6daa89357b8a99ad041865553 (diff) |
[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>
-rw-r--r-- | fs/open.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1124,7 +1124,6 @@ asmlinkage long sys_openat(int dfd, const char __user *filename, int flags, | |||
1124 | prevent_tail_call(ret); | 1124 | prevent_tail_call(ret); |
1125 | return ret; | 1125 | return ret; |
1126 | } | 1126 | } |
1127 | EXPORT_SYMBOL_GPL(sys_openat); | ||
1128 | 1127 | ||
1129 | #ifndef __alpha__ | 1128 | #ifndef __alpha__ |
1130 | 1129 | ||