commit | a4df02a217e9787a4b967197d9d9030c3e3c1088 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Jun 25 21:15:24 2013 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Nov 26 11:08:54 2013 +0100 |
tree | 4f32cbd30553494fa55d1cf2ecf294265196dc69 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
m68k: Mark functions only called from setup_arch() __init Some functions that are only called (indirectly) from setup_arch() lack __init annotations. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>