lkml.org 
[lkml]   [2006]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.6 patch] kernel/sys.c: EXPORT_UNUSED_SYMBOL{,_GPL}
On Fri, 30 Jun 2006 13:31:47 +0200
Adrian Bunk <bunk@stusta.de> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-02 00:06    [W:0.027 / U:0.204 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site