Re: swsusp: kill useless exports

From: Andrew Morton
Date: Sat Jun 26 2004 - 18:13:23 EST


Pavel Machek <pavel@xxxxxx> wrote:
>
> Hi!
>
> These exports seem totally unneccessary as swsusp can't be module
> anyway. Idea by Patrick Mochel. Please apply,
> Pavel
>
> --- linux-cvs//arch/i386/power/cpu.c 2004-06-25 13:08:23.000000000 +0200
> +++ linux/arch/i386/power/cpu.c 2004-06-24 23:37:00.000000000 +0200
> @@ -147,7 +147,3 @@
> {
> __restore_processor_state(&saved_context);
> }
> -
> -
> -EXPORT_SYMBOL(save_processor_state);
> -EXPORT_SYMBOL(restore_processor_state);

These are called from apm.c, which can be built as a module.

(grep!)
-
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/