Hi Linus,
On Tue, 14 Oct 2008, Linus Torvalds wrote:
That won't help amiserial.c, as there's already a module_init() in that
file for the normal serial driver part.
But even if it would work, does it really make sense to have a modular
serial console driver?
- If you have only one console driver, it would be registered and become
your console when you load the module; but you wouldn't have had any
console before it got loaded.
- If you have several console drivers, you need a `console=' parameter
anyway to control which one is used.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--