diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-05 16:08:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-05 16:36:22 -0300 |
commit | ea02106611311364cb6bf84693eb2475ad0c2ce5 (patch) | |
tree | f70b351376618e3bfd7a1bd436b40a2ec730c29d | |
parent | 534f3d0e86be4175e983b86484e591d07cc9a5a5 (diff) |
doc-rst: intro: remove obsolete headers
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@s-opensource.com>
-rw-r--r-- | Documentation/linux_tv/media/dvb/intro.rst | 5 |
1 files changed, 0 insertions, 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 |