diff options
author | David Härdeman <david@hardeman.nu> | 2010-04-24 18:14:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:58:26 -0300 |
commit | 96c1f99621a73c58f97d7ca615b2fe936abda555 (patch) | |
tree | 7e00f5bcc78cb9e7858a7bddac84efc0ede6e722 /drivers/media/video/cx231xx/cx231xx.h | |
parent | 5a143b12ebbd37154cb06699a757e9c5845c5e19 (diff) | |
download | op-kernel-dev-96c1f99621a73c58f97d7ca615b2fe936abda555.zip op-kernel-dev-96c1f99621a73c58f97d7ca615b2fe936abda555.tar.gz |
V4L/DVB: ir-core: remove ir-functions usage from cx231xx
Convert drivers/media/video/cx231xx/cx231xx-input.c to not
rely on ir-functions.c.
(I do not have the hardware so I can only compile test this)
Signed-off-by: David Härdeman <david@hardeman.nu>
Cc: Srinivasa Deevi <srinivasa.deevi@conexant.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h index 17d4d1a..38d4171 100644 --- a/drivers/media/video/cx231xx/cx231xx.h +++ b/drivers/media/video/cx231xx/cx231xx.h @@ -32,7 +32,7 @@ #include <media/videobuf-vmalloc.h> #include <media/v4l2-device.h> -#include <media/ir-kbd-i2c.h> +#include <media/ir-core.h> #if defined(CONFIG_VIDEO_CX231XX_DVB) || \ defined(CONFIG_VIDEO_CX231XX_DVB_MODULE) #include <media/videobuf-dvb.h> |