[media] bttv: remove custom_irq and gpioq from bttv struct
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Nov 2010 14:48:26 +0000 (11:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:16:57 +0000 (08:16 -0200)
commitb7c7a4bed8d695933ae172031556de9de30ae598
tree397af41932d32c8ea30fbb0f1f2e30717b610911
parent5ae094cea1b4f3715ee6ea4f49d0b36d564f90e7
[media] bttv: remove custom_irq and gpioq from bttv struct

The RC5 old decoder used custom_irq to indicate the need of handling
the IRQ on a different way. Instead of doing it, let the core just call the
bttv input IRQ handler, and add the code there to call the legacy decoder.

While here, remove the gpioq waitqueue, as this is not used anywhere, and
add a debug msg to help removing the legacy RC5 code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/bt8xx/bttv-driver.c
drivers/media/video/bt8xx/bttv-input.c
drivers/media/video/bt8xx/bttvp.h