diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-11 01:53:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 09:18:33 -0400 |
commit | 64a3ca5f7ec2606b03be4a65736164a5373732ed (patch) | |
tree | a65c1ee2eab32e0ad9571dc5553544ad36d74d77 | |
parent | 91fc8ab3c6312931d64c72845ee2f93a0f87f1a5 (diff) |
[PATCH] mm/migrate.c: don't export a static function
EXPORT_SYMBOL'ing of a static function is not a good idea.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Christoph Lameter <clameter@engr.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | mm/migrate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/migrate.c b/mm/migrate.c index 20b95db63da5..d444229f2599 100644 --- a/mm/migrate.c +++ b/mm/migrate.c | |||
@@ -173,7 +173,6 @@ unlock_retry: | |||
173 | retry: | 173 | retry: |
174 | return -EAGAIN; | 174 | return -EAGAIN; |
175 | } | 175 | } |
176 | EXPORT_SYMBOL(swap_page); | ||
177 | 176 | ||
178 | /* | 177 | /* |
179 | * Remove references for a page and establish the new page with the correct | 178 | * Remove references for a page and establish the new page with the correct |