]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[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)
commit214ad78437544b20c3c0d5c2acb24650ce6e4db8
tree3e4b62bb43fb36bc0f1151038c1f458ff8f43fbc
parent79a34648e488a41be92369c72aa9784bd4d741f9
[IRDA]: kill drivers/net/irda/sir_core.c

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>
drivers/net/irda/Makefile
drivers/net/irda/sir-dev.h
drivers/net/irda/sir_core.c [deleted file]
drivers/net/irda/sir_dev.c
drivers/net/irda/sir_dongle.c
drivers/net/irda/sir_kthread.c