[IRDA]: kill drivers/net/irda/sir_core.c
authorAdrian Bunk <bunk@stusta.de>
Tue, 10 Jan 2006 21:10:02 +0000 (13:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Jan 2006 21:10:02 +0000 (13:10 -0800)
EXPORT_SYMBOL's do nowadays belong to the files where the actual
functions are.

Moving the module_init/module_exit to the file with the actual functions
has the advantage of saving a few bytes due to the removal of two
functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jean Tourrilhes <jt@hpl.hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found