Re: [2.6 patch] kernel/sys.c: EXPORT_UNUSED_SYMBOL{,_GPL}

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


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

> This patch marks unused exports as EXPORT_UNUSED_SYMBOL{,_GPL}.
>
> ..
>
> -EXPORT_SYMBOL_GPL(kernel_restart);
> +EXPORT_UNUSED_SYMBOL_GPL(kernel_restart); /* June 2006 */
> -EXPORT_SYMBOL_GPL(kernel_halt);
> +EXPORT_UNUSED_SYMBOL_GPL(kernel_halt); /* June 2006 */

These are grouped with kernel_power_off() which remains exported.

> -EXPORT_SYMBOL(in_egroup_p);
> +EXPORT_UNUSED_SYMBOL(in_egroup_p); /* June 2006 */

And this is grouped with in_group_p, which remains exported.

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/