Commit df63447f authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Jiri Kosina

DocBook: update EXPORT_SYMBOL entry to point at export.h

Previously we used to get EXPORT_SYMBOL and friends from
module.h but we moved away from that since module.h largely
includes the entire header space one way or another.

As most users just wanted the simple export related macros,
they were spun off into a separate new header -- export.h
Update the docs to reflect that.
Suggested-by: default avatarBorislav Petkov <bp@alien8.de>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 449e3a72
...@@ -945,7 +945,7 @@ printk(KERN_INFO "my ip: %pI4\n", &amp;ipaddress); ...@@ -945,7 +945,7 @@ printk(KERN_INFO "my ip: %pI4\n", &amp;ipaddress);
<sect1 id="sym-exportsymbols"> <sect1 id="sym-exportsymbols">
<title><function>EXPORT_SYMBOL()</function> <title><function>EXPORT_SYMBOL()</function>
<filename class="headerfile">include/linux/module.h</filename></title> <filename class="headerfile">include/linux/export.h</filename></title>
<para> <para>
This is the classic method of exporting a symbol: dynamically This is the classic method of exporting a symbol: dynamically
...@@ -955,7 +955,7 @@ printk(KERN_INFO "my ip: %pI4\n", &amp;ipaddress); ...@@ -955,7 +955,7 @@ printk(KERN_INFO "my ip: %pI4\n", &amp;ipaddress);
<sect1 id="sym-exportsymbols-gpl"> <sect1 id="sym-exportsymbols-gpl">
<title><function>EXPORT_SYMBOL_GPL()</function> <title><function>EXPORT_SYMBOL_GPL()</function>
<filename class="headerfile">include/linux/module.h</filename></title> <filename class="headerfile">include/linux/export.h</filename></title>
<para> <para>
Similar to <function>EXPORT_SYMBOL()</function> except that the Similar to <function>EXPORT_SYMBOL()</function> except that the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment