docs: Get module_init() docs from module.h
authorJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 19:55:58 +0000 (13:55 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 19:55:58 +0000 (13:55 -0600)
commit127d4b376431cd8091ed98e9c284744838975ae9
tree31d9bf26aaafe4060173f7a2d202f2acaf7571e4
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
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 <corbet@lwn.net>
Documentation/driver-api/basics.rst