diff options
author | Jonathan Corbet <corbet@lwn.net> | 2008-10-16 11:53:20 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2008-10-16 11:53:20 -0600 |
commit | 7e3975617df8dd8b7fd94f14200abdec9f71729e (patch) | |
tree | c45bb9e7485ef017562980cb82b5ac027af00865 /Documentation/DocBook/Makefile | |
parent | 58bae1f5cfd077f7f5f3af5d1ac50c3a82ac6411 (diff) | |
download | linux-7e3975617df8dd8b7fd94f14200abdec9f71729e.tar.gz linux-7e3975617df8dd8b7fd94f14200abdec9f71729e.tar.xz |
Remove videobook.tmpl
This document describes the long-deprecated V4L1 interface. In-tree, it
can only serve to encourage developers to write drivers to the wrong API.
Remove it in favor of the V4L2 documentation which must surely show up
someday.
Acked-by: Alan Cox <alan@redhat.com>
Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 1615350b7b53..fabc06466b93 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -6,7 +6,7 @@ # To add a new book the only step required is to add the book to the # list of DOCBOOKS. -DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml videobook.xml \ +DOCBOOKS := wanbook.xml z8530book.xml mcabook.xml \ kernel-hacking.xml kernel-locking.xml deviceiobook.xml \ procfs-guide.xml writing_usb_driver.xml networking.xml \ kernel-api.xml filesystems.xml lsm.xml usb.xml kgdb.xml \ |