| | Date | Wed, 24 Nov 2004 15:44:29 +0100 | | From | Ingo Molnar <> | | Subject | Re: Suspend 2 merge: 10/51: Exports for suspend built as modules. |
* Nigel Cunningham <ncunningham@linuxmail.org> wrote:
> New exports for suspend. I've cut them down some as a result of the
> last review, but could perhaps do more? Would people prefer to see a
> single struct wrapping exported functions?
> --- 400-exports-old/kernel/sched.c 2004-11-06 09:23:53.364977120 +1100
> +++ 400-exports-new/kernel/sched.c 2004-11-06 09:23:56.627481144 +1100
> @@ -3798,6 +3798,7 @@
>
> read_unlock(&tasklist_lock);
> }
> +EXPORT_SYMBOL(show_state);
this one is ok i think, but make it EXPORT_SYMBOL_GPL() please.
Ingo
-
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/
|