The video, audio and OSD APIs are obsolete. V4L2 should be used instead. So, remove them from this intro item. Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> --- Documentation/linux_tv/media/dvb/intro.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/linux_tv/media/dvb/intro.rst b/Documentation/linux_tv/media/dvb/intro.rst index 72992940a057..b61081d00a9f 100644 --- a/Documentation/linux_tv/media/dvb/intro.rst +++ b/Documentation/linux_tv/media/dvb/intro.rst @@ -158,8 +158,6 @@ partial path like: .. code-block:: c - #include <linux/dvb/audio.h> - #include <linux/dvb/ca.h> #include <linux/dvb/dmx.h> @@ -168,9 +166,6 @@ partial path like: #include <linux/dvb/net.h> - #include <linux/dvb/osd.h> - - #include <linux/dvb/video.h> To enable applications to support different API version, an additional include file ``linux/dvb/version.h`` exists, which defines the constant -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html