summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/basics.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-04-05 15:22:56 +0200
committerJonathan Corbet2017-04-11 22:35:28 +0200
commitd76a085bc87f68c5098e0150973e0b319a258a8c (patch)
treef8c92e2de508766475cfaf3c028a7f5716eb61ba /Documentation/driver-api/basics.rst
parenttmplcvt: make the tool more robust (diff)
downloadkernel-qcow2-linux-d76a085bc87f68c5098e0150973e0b319a258a8c.tar.gz
kernel-qcow2-linux-d76a085bc87f68c5098e0150973e0b319a258a8c.tar.xz
kernel-qcow2-linux-d76a085bc87f68c5098e0150973e0b319a258a8c.zip
driver-api/basics.rst: add device table header
The structs there at device table are used by other documentation at the Kernel. So, add it to the driver API. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/basics.rst')
-rw-r--r--Documentation/driver-api/basics.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst
index 935b9b8d456c..472e7a664d13 100644
--- a/Documentation/driver-api/basics.rst
+++ b/Documentation/driver-api/basics.rst
@@ -7,6 +7,12 @@ Driver Entry and Exit points
.. kernel-doc:: include/linux/init.h
:internal:
+Driver device table
+-------------------
+
+.. kernel-doc:: include/linux/mod_devicetable.h
+ :internal:
+
Atomic and pointer manipulation
-------------------------------