diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-05 22:07:56 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-05 22:36:21 +0300 |
commit | 534f3d0e86be4175e983b86484e591d07cc9a5a5 (patch) | |
tree | 50a64475a943ce02828af54b5709815f20accadd | |
parent | e9b72b2744ebff6492fc024c24879706d6413d7c (diff) | |
download | linux-534f3d0e86be4175e983b86484e591d07cc9a5a5.tar.xz |
doc-rst: dvb/intro: Better show the needed include blocks
The include blocks were not properly displayed. Fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/linux_tv/media/dvb/intro.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/linux_tv/media/dvb/intro.rst b/Documentation/linux_tv/media/dvb/intro.rst index 06b568b80f7a..72992940a057 100644 --- a/Documentation/linux_tv/media/dvb/intro.rst +++ b/Documentation/linux_tv/media/dvb/intro.rst @@ -160,34 +160,16 @@ partial path like: #include <linux/dvb/audio.h> - -.. code-block:: c - #include <linux/dvb/ca.h> - -.. code-block:: c - #include <linux/dvb/dmx.h> - -.. code-block:: c - #include <linux/dvb/frontend.h> - -.. code-block:: c - #include <linux/dvb/net.h> - -.. code-block:: c - #include <linux/dvb/osd.h> - -.. code-block:: c - #include <linux/dvb/video.h> To enable applications to support different API version, an additional |