mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
534f3d0e86
commit
ea02106611
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue