From: Adrian Bunk Date: Tue, 10 Jan 2006 21:10:02 +0000 (-0800) Subject: [IRDA]: kill drivers/net/irda/sir_core.c X-Git-Tag: v2.6.16-rc1~446^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214ad78437544b20c3c0d5c2acb24650ce6e4db8;p=pandora-kernel.git [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 Acked-by: Jean Tourrilhes Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed