diff options
author | Christoph Hellwig <hch@lst.de> | 2006-05-10 02:27:04 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-10 02:27:04 +0400 |
commit | 788252e6616afc75098397cc6b0bcb5482ad07ac (patch) | |
tree | f2ae7d8baf6a139abcdcac8fe07f9ed7af3ca85e /drivers/net/irda/Makefile | |
parent | d94c77b9b55f2c868ffd63cbd1f9749755c4b3d0 (diff) | |
download | linux-788252e6616afc75098397cc6b0bcb5482ad07ac.tar.xz |
[IRDA]: Switching to a workqueue for the SIR work
Since sir_kthread.c pretty much duplicates the workqueue
functionality, we'd better switch. The SIR fsm has been merged into
sir_dev.c and thus sir_kthread.c is deleted.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Samuel Ortiz <samuel.ortiz@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda/Makefile')
-rw-r--r-- | drivers/net/irda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/Makefile b/drivers/net/irda/Makefile index 27ab75f20799..c1ce2398efea 100644 --- a/drivers/net/irda/Makefile +++ b/drivers/net/irda/Makefile @@ -46,4 +46,4 @@ obj-$(CONFIG_MA600_DONGLE) += ma600-sir.o obj-$(CONFIG_TOIM3232_DONGLE) += toim3232-sir.o # The SIR helper module -sir-dev-objs := sir_dev.o sir_dongle.o sir_kthread.o +sir-dev-objs := sir_dev.o sir_dongle.o |