mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-08 00:39:06 +00:00
In init/main.c we have a reference from rest_init() to .init.text which is intentional. Rename the function 'init' to 'kernel_init' to make it a kernel wide unique symbol and whitelist the reference. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>