Re: [2.6 patch] mm/fremap.c: EXPORT_UNUSED_SYMBOL

From: Andrew Morton
Date: Fri Jun 30 2006 - 23:37:02 EST


On Fri, 30 Jun 2006 13:31:53 +0200
Adrian Bunk <bunk@xxxxxxxxx> wrote:

> This patch marks an unused export as EXPORT_UNUSED_SYMBOL.
>
> -EXPORT_SYMBOL(install_page);
> +EXPORT_UNUSED_SYMBOL(install_page); /* June 2006 */

install_page() is a library function which any implementation of
vm_operations_struct.populate() will need to be able to call.

Please drop.
-
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/