Commit 8789e410 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] fix the static compilation of mxser.c

From:  Adrian Bunk <bunk@fs.tum.de>

initcall was renamed and made module_init()
parent 4ece0843
......@@ -2336,9 +2336,6 @@ void __init tty_init(void)
rs_8xx_init();
#endif /* CONFIG_8xx */
pty_init();
#ifdef CONFIG_MOXA_SMARTIO
mxser_init();
#endif
#ifdef CONFIG_MOXA_INTELLIO
moxa_init();
#endif
......
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