]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm/migrate.c: don't export a static function
authorAdrian Bunk <bunk@stusta.de>
Tue, 11 Apr 2006 05:53:03 +0000 (22:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:33 +0000 (06:18 -0700)
commit68540977c65d9df354856a533492b49608b98e48
treea65c1ee2eab32e0ad9571dc5553544ad36d74d77
parent9172e44b3f4264220955d94272ed45ade8a76c6c
[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>
mm/migrate.c