OSDN Git Service

driver-api/basics.rst: add device table header
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 5 Apr 2017 13:22:56 +0000 (10:22 -0300)
committerJonathan Corbet <corbet@lwn.net>
Tue, 11 Apr 2017 20:35:28 +0000 (14:35 -0600)
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>
Documentation/driver-api/basics.rst

index 935b9b8..472e7a6 100644 (file)
@@ -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
 -------------------------------