提交 1d2842e0 编写于 作者: G Greg Ungerer 提交者: Linus Torvalds

m68knommu: mark setup_arch() as __init

Mark the m68knommu setup_arch() function as __init.
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 65fde4c6
......@@ -113,7 +113,7 @@ void (*mach_power_off)(void);
extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
extern int _ramstart, _ramend;
void setup_arch(char **cmdline_p)
void __init setup_arch(char **cmdline_p)
{
int bootmap_size;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册