From: Mauro Carvalho Chehab Date: Sun, 28 Nov 2010 14:48:26 +0000 (-0300) Subject: [media] bttv: remove custom_irq and gpioq from bttv struct X-Git-Tag: v2.6.38-rc1~470^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c7a4bed8d695933ae172031556de9de30ae598;p=pandora-kernel.git [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 --- Reading git-diff-tree failed