diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-08 15:32:43 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-08 15:32:43 -0200 |
commit | d1bc6812d76b02a59a3f18a6511610e747915e8b (patch) | |
tree | 6254c1a7220acc929e071d0bfa57b3cfe7b40620 /linux/drivers/media/dvb/ttpci/av7110.h | |
parent | 16038adbfd2d767838c091b2513a1bcfb0272859 (diff) | |
download | mediapointer-dvb-s2-d1bc6812d76b02a59a3f18a6511610e747915e8b.tar.gz mediapointer-dvb-s2-d1bc6812d76b02a59a3f18a6511610e747915e8b.tar.bz2 |
kthread API conversion for dvb_frontend and av7110
From: Herbert Poetzl <herbert@13thfloor.at>
dvb kernel_thread to kthread API port.
It is running fine here, including module load/unload and software suspend
(which doesn't work as expected with or without this patch :).
I didn't convert the dvb_ca_en50221 as I do not have such an interface, but
if the conversion process is fine with the v4l-dvb maintainers, it should not
be a problem to send a patch for that too ...
Signed-off-by: Herbert Poetzl <herbert@13thfloor.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110.h')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.h b/linux/drivers/media/dvb/ttpci/av7110.h index 5fcdaa402..cfec01b36 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.h +++ b/linux/drivers/media/dvb/ttpci/av7110.h @@ -220,7 +220,6 @@ struct av7110 { struct task_struct *arm_thread; wait_queue_head_t arm_wait; u16 arm_loops; - int arm_rmmod; void *debi_virt; dma_addr_t debi_bus; |