From: Mauro Carvalho Chehab Date: Wed, 5 Apr 2017 13:22:56 +0000 (-0300) Subject: driver-api/basics.rst: add device table header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d76a085bc87f68c5098e0150973e0b319a258a8c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Jonathan Corbet --- 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 -------------------------------