summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ivtv/ivtv-driver.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-24 09:52:35 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-02-03 07:08:24 -0200
commit6689638025a91bd795204c01b25a561fa93f11e8 (patch)
treedb5d221ef557ea2c9684f7ff93dc49cbe4ac52cf /drivers/media/pci/ivtv/ivtv-driver.h
parent38611529a01191b82bb54e9bcbf6871bdb5fa873 (diff)
[media] ivtv: mark DVB "borrowed" ioctls as deprecated
changeset da8ec560e3b4 ("[media] ivtv: implement new decoder command ioctls") implemented proper support for mpeg audio and video control at V4L2 API. Since then, the usage of the the DVB APIs is deprecated. However, we never actually marked it as deprecated nor provided any way to disable it. Let's do it now. This patch prepares for the removal of this bad usage on a couple of Kernel versions. Fixes: da8ec560e3b4 ("[media] ivtv: implement new decoder command ioctls") Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/ivtv/ivtv-driver.h')
-rw-r--r--drivers/media/pci/ivtv/ivtv-driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/pci/ivtv/ivtv-driver.h b/drivers/media/pci/ivtv/ivtv-driver.h
index 1b23f9e47b8f..cde452e30746 100644
--- a/drivers/media/pci/ivtv/ivtv-driver.h
+++ b/drivers/media/pci/ivtv/ivtv-driver.h
@@ -41,8 +41,6 @@
#include <asm/byteorder.h>
#include <linux/delay.h>
#include <linux/device.h>
-#include <linux/dvb/audio.h>
-#include <linux/dvb/video.h>
#include <linux/fs.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>