[2.6 patch] mm/migrate.c: don't export a static function

From: Adrian Bunk
Date: Fri Apr 07 2006 - 17:17:19 EST


EXPORT_SYMBOL'ing of a static function is not a good idea.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.17-rc1-mm1-full/mm/migrate.c.old 2006-04-07 14:03:21.000000000 +0200
+++ linux-2.6.17-rc1-mm1-full/mm/migrate.c 2006-04-07 14:03:31.000000000 +0200
@@ -176,7 +176,6 @@
retry:
return -EAGAIN;
}
-EXPORT_SYMBOL(swap_page);

/*
* Remove references for a page and establish the new page with the correct

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/