diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-03 05:13:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 06:29:20 -0400 |
commit | f9e628213d5e14b57e4881fd7f3ffbf7165fecba (patch) | |
tree | cb471f1d76e84df203c94799146ad0832c102d69 /Documentation/media | |
parent | 5a93bb931ea67fa7bbe87413d73f89ffd7adf5b3 (diff) | |
download | linux-f9e628213d5e14b57e4881fd7f3ffbf7165fecba.tar.gz linux-f9e628213d5e14b57e4881fd7f3ffbf7165fecba.tar.bz2 linux-f9e628213d5e14b57e4881fd7f3ffbf7165fecba.zip |
media: v4l2 uapi book: get rid of driver programming's chapter
It doesn't make any sense having a driver programming's chapter
at the uAPI book, as this is related to kernel API. Also,
we now have such kAPI book where V4L2 driver programming is covered.
So, get rid of this left-over.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/uapi/v4l/driver.rst | 9 | ||||
-rw-r--r-- | Documentation/media/uapi/v4l/v4l2.rst | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/media/uapi/v4l/driver.rst b/Documentation/media/uapi/v4l/driver.rst deleted file mode 100644 index 2319b383f0a4..000000000000 --- a/Documentation/media/uapi/v4l/driver.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. -*- coding: utf-8; mode: rst -*- - -.. _driver: - -*********************** -V4L2 Driver Programming -*********************** - -to do diff --git a/Documentation/media/uapi/v4l/v4l2.rst b/Documentation/media/uapi/v4l/v4l2.rst index 297c293d4c93..2128717299b3 100644 --- a/Documentation/media/uapi/v4l/v4l2.rst +++ b/Documentation/media/uapi/v4l/v4l2.rst @@ -25,7 +25,6 @@ This part describes the Video for Linux API version 2 (V4L2 API) specification. pixfmt io devices - driver libv4l compat user-func |