commit | aae5f662a32c35b1a962627535acb588d48ff5f9 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Mon Feb 26 16:45:41 2007 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Wed May 02 20:58:07 2007 +0200 |
tree | 6e300ed8557e850e350c95dffb57ff9d5d5b182d | |
parent | 85bd2fddd68e757da8e1af98f857f61a3c9ce647 [diff] |
kbuild: whitelist section mismatch in init/main.c 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>