aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-11-13 16:19:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:16:45 -0200
commit6c7e653ff668d939174aa7023736f4a40fd2be08 (patch)
treec8d3a5ffd9b2d6adfaa3ce743ee0d910335b93ac /drivers/media/video/saa7134/saa7134.h
parent[media] saa7134: use rc-core raw decoders for Encore FM 5.3 (diff)
downloadlinux-dev-6c7e653ff668d939174aa7023736f4a40fd2be08.tar.xz
linux-dev-6c7e653ff668d939174aa7023736f4a40fd2be08.zip
[media] saa7134: Remove legacy IR decoding logic inside the module
The only IR left still using the old raw decoders on saa7134 is ENCORE FM 5.3. As it is now using the standard rc-core raw decoders, lots of old code can be removed from saa7134. Acked-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-rw-r--r--drivers/media/video/saa7134/saa7134.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h
index 4e37b8bfb6fa..a6c726fe4c5d 100644
--- a/drivers/media/video/saa7134/saa7134.h
+++ b/drivers/media/video/saa7134/saa7134.h
@@ -37,7 +37,7 @@
#include <media/v4l2-ioctl.h>
#include <media/v4l2-device.h>
#include <media/tuner.h>
-#include <media/ir-common.h>
+#include <media/ir-core.h>
#include <media/ir-kbd-i2c.h>
#include <media/videobuf-dma-sg.h>
#include <sound/core.h>