From: Jonathan Corbet Date: Mon, 17 Jul 2017 19:55:58 +0000 (-0600) Subject: docs: Get module_init() docs from module.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=127d4b376431cd8091ed98e9c284744838975ae9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git docs: Get module_init() docs from module.h The docs build complains: ./include/linux/init.h:1: warning: no structured comments found The problem is that the comments in question were moved to module.h in commit 0fd972a7d91d (module: relocate module_init from init.h to module.h). Fix basics.rst to match. Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/basics.rst b/Documentation/driver-api/basics.rst index ab82250c7727..cbfb5a825077 100644 --- a/Documentation/driver-api/basics.rst +++ b/Documentation/driver-api/basics.rst @@ -4,7 +4,7 @@ Driver Basics Driver Entry and Exit points ---------------------------- -.. kernel-doc:: include/linux/init.h +.. kernel-doc:: include/linux/module.h :internal: Driver device table