diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-09 11:30:47 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-04 17:56:57 +0300 |
commit | b2c20f2f3e496c6bc23d152b393cc47cfecc6130 (patch) | |
tree | 48925b13e1d7b834f827d72a6de9e023e24b532d /drivers/media/usb/cx231xx/cx231xx.h | |
parent | 1a0c10ed7bb191bccf6f1e2d16203886a5ce76c8 (diff) | |
download | linux-b2c20f2f3e496c6bc23d152b393cc47cfecc6130.tar.xz |
media: cx231xx: get rid of videobuf-dvb dependency
This driver doesn't use videobuf-dvb. So, stop adding an
unused struct and unused header on it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/usb/cx231xx/cx231xx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx.h b/drivers/media/usb/cx231xx/cx231xx.h index 6ffa4bd96484..fa640bf20111 100644 --- a/drivers/media/usb/cx231xx/cx231xx.h +++ b/drivers/media/usb/cx231xx/cx231xx.h @@ -38,7 +38,6 @@ #include <media/v4l2-fh.h> #include <media/rc-core.h> #include <media/i2c/ir-kbd-i2c.h> -#include <media/videobuf-dvb.h> #include "cx231xx-reg.h" #include "cx231xx-pcb-cfg.h" @@ -546,8 +545,6 @@ struct cx231xx_tsport { int nr; int sram_chno; - struct videobuf_dvb_frontends frontends; - /* dma queues */ u32 ts_packet_size; |