aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/Makefile
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-10 13:10:02 -0800
committerDavid S. Miller <davem@davemloft.net>2006-01-10 13:10:02 -0800
commit214ad78437544b20c3c0d5c2acb24650ce6e4db8 (patch)
tree3e4b62bb43fb36bc0f1151038c1f458ff8f43fbc /drivers/net/irda/Makefile
parent[ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanup (diff)
downloadlinux-dev-214ad78437544b20c3c0d5c2acb24650ce6e4db8.tar.xz
linux-dev-214ad78437544b20c3c0d5c2acb24650ce6e4db8.zip
[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>
Diffstat (limited to 'drivers/net/irda/Makefile')
-rw-r--r--drivers/net/irda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/Makefile b/drivers/net/irda/Makefile
index e7a8b7f7f5dd..72cbfdc9cfcc 100644
--- a/drivers/net/irda/Makefile
+++ b/drivers/net/irda/Makefile
@@ -45,4 +45,4 @@ obj-$(CONFIG_ACT200L_DONGLE) += act200l-sir.o
obj-$(CONFIG_MA600_DONGLE) += ma600-sir.o
# The SIR helper module
-sir-dev-objs := sir_core.o sir_dev.o sir_dongle.o sir_kthread.o
+sir-dev-objs := sir_dev.o sir_dongle.o sir_kthread.o