提交 127d4b37 编写于 作者: J Jonathan Corbet

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 0fd972a7 (module: relocate module_init from init.h to
module.h).  Fix basics.rst to match.
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 5771a8c0
...@@ -4,7 +4,7 @@ Driver Basics ...@@ -4,7 +4,7 @@ Driver Basics
Driver Entry and Exit points Driver Entry and Exit points
---------------------------- ----------------------------
.. kernel-doc:: include/linux/init.h .. kernel-doc:: include/linux/module.h
:internal: :internal:
Driver device table Driver device table
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册