diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 13:51:20 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 13:51:20 -0600 |
commit | 48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch) | |
tree | c84a70ad0f1391f483c5bde738155be8fff6a692 /Documentation/driver-api | |
parent | 143134ba498327e3d389e10f55f56e9c37257c7c (diff) | |
parent | d6f0f2f19a9e41bd0bcd5757f68500ed29352509 (diff) | |
download | linux-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.bz2 |
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro
Bring in a set of post-thrashup fixes from Mauro.
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/80211/conf.py | 10 | ||||
-rw-r--r-- | Documentation/driver-api/conf.py | 10 | ||||
-rw-r--r-- | Documentation/driver-api/pm/conf.py | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/Documentation/driver-api/80211/conf.py b/Documentation/driver-api/80211/conf.py deleted file mode 100644 index 4424b4b0b9c3..000000000000 --- a/Documentation/driver-api/80211/conf.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8; mode: python -*- - -project = "Linux 802.11 Driver Developer's Guide" - -tags.add("subproject") - -latex_documents = [ - ('index', '80211.tex', project, - 'The kernel development community', 'manual'), -] diff --git a/Documentation/driver-api/conf.py b/Documentation/driver-api/conf.py deleted file mode 100644 index 202726d20088..000000000000 --- a/Documentation/driver-api/conf.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8; mode: python -*- - -project = "The Linux driver implementer's API guide" - -tags.add("subproject") - -latex_documents = [ - ('index', 'driver-api.tex', project, - 'The kernel development community', 'manual'), -] diff --git a/Documentation/driver-api/pm/conf.py b/Documentation/driver-api/pm/conf.py deleted file mode 100644 index a89fac11272f..000000000000 --- a/Documentation/driver-api/pm/conf.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8; mode: python -*- - -project = "Device Power Management" - -tags.add("subproject") - -latex_documents = [ - ('index', 'pm.tex', project, - 'The kernel development community', 'manual'), -] |