Browse Source

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>
Jonathan Corbet 8 years ago
parent
commit
127d4b3764
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/driver-api/basics.rst

+ 1 - 1
Documentation/driver-api/basics.rst

@@ -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