[2.6 patch] unexport install_page

From: Adrian Bunk
Date: Thu Feb 16 2006 - 12:01:27 EST


No in-kernel module is using it, so there's no reason bloating the
kernel with this EXPORT_SYMBOL.


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

--- linux-2.6.16-rc3-mm1-full/mm/fremap.c.old 2006-02-16 16:45:09.000000000 +0100
+++ linux-2.6.16-rc3-mm1-full/mm/fremap.c 2006-02-16 16:45:18.000000000 +0100
@@ -89,7 +89,6 @@
out:
return err;
}
-EXPORT_SYMBOL(install_page);

/*
* Install a file pte to a given virtual memory address, release any

-
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/