Skip to content

Commit

Permalink
docs: Get module_init() docs from module.h
Browse files Browse the repository at this point in the history
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 0fd972a (module: relocate module_init from init.h to
module.h).  Fix basics.rst to match.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Jonathan Corbet committed Jul 17, 2017
1 parent 5771a8c commit 127d4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-api/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 127d4b3

Please sign in to comment.