Commit 14d0737a authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] unexport do_exit()

I exported this because vmware needs it.

Petr has updated the vmware wrapper to open-code the sys_exit() trap so this
export is no longer needed.

The updated vmware wrapper is available at

http://platan.vc.cvut.cz/ftp/pub/vmware/vmware-any-any-update50.tar.gz
parent 2522333a
......@@ -794,7 +794,6 @@ NORET_TYPE void do_exit(long code)
/* Avoid "noreturn function does return". */
for (;;) ;
}
EXPORT_SYMBOL(do_exit);
NORET_TYPE void complete_and_exit(struct completion *comp, long code)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment