]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IRDA]: Switching to a workqueue for the SIR work
authorChristoph Hellwig <hch@lst.de>
Tue, 9 May 2006 22:27:04 +0000 (15:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 May 2006 22:27:04 +0000 (15:27 -0700)
commit788252e6616afc75098397cc6b0bcb5482ad07ac
treef2ae7d8baf6a139abcdcac8fe07f9ed7af3ca85e
parentd94c77b9b55f2c868ffd63cbd1f9749755c4b3d0
[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>
drivers/net/irda/Makefile
drivers/net/irda/sir-dev.h
drivers/net/irda/sir_dev.c
drivers/net/irda/sir_kthread.c [deleted file]