[parisc-linux] Re: E55 status - ADDENDUM TO DRIVER
Matthew Wilcox
willy@debian.org
Mon, 19 Nov 2001 23:24:16 +0000
On Tue, Nov 20, 2001 at 12:04:14AM +0100, Christoph Plattner wrote:
> The PDC tty driver should never be used as module, this would not make
> any sense. So the `init_module' routines at the end should be deleted.
init_module indicates the entry point of a module. it is NOT only for
dynamically loadable modules. if the module is built in to the kernel,
it is called during the __initcall section of bootup.
--
Revolutions do not require corporate support.