* [PATCH] DocBook: update EXPORT_SYMBOL entry to point at export.h
@ 2013-02-14 20:32 Paul Gortmaker
2013-02-17 22:01 ` Rob Landley
0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2013-02-14 20:32 UTC (permalink / raw)
To: linux-doc
Cc: Borislav Petkov, linux-kernel, Paul Gortmaker, Rob Landley,
Jiri Kosina
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: Borislav Petkov <bp@alien8.de>
Cc: Rob Landley <rob@landley.net>
Cc: Jiri Kosina <trivial@kernel.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
[vectoring via trivial tree as RobL suggested for other doc patch]
Documentation/DocBook/kernel-hacking.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/DocBook/kernel-hacking.tmpl b/Documentation/DocBook/kernel-hacking.tmpl
index eee7142..a23bc37 100644
--- a/Documentation/DocBook/kernel-hacking.tmpl
+++ b/Documentation/DocBook/kernel-hacking.tmpl
@@ -945,7 +945,7 @@ printk(KERN_INFO "my ip: %pI4\n", &ipaddress);
<sect1 id="sym-exportsymbols">
<title><function>EXPORT_SYMBOL()</function>
- <filename class="headerfile">include/linux/module.h</filename></title>
+ <filename class="headerfile">include/linux/export.h</filename></title>
<para>
This is the classic method of exporting a symbol: dynamically
@@ -955,7 +955,7 @@ printk(KERN_INFO "my ip: %pI4\n", &ipaddress);
<sect1 id="sym-exportsymbols-gpl">
<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>
Similar to <function>EXPORT_SYMBOL()</function> except that the
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] DocBook: update EXPORT_SYMBOL entry to point at export.h
2013-02-14 20:32 [PATCH] DocBook: update EXPORT_SYMBOL entry to point at export.h Paul Gortmaker
@ 2013-02-17 22:01 ` Rob Landley
0 siblings, 0 replies; 2+ messages in thread
From: Rob Landley @ 2013-02-17 22:01 UTC (permalink / raw)
To: Paul Gortmaker
Cc: linux-doc, Borislav Petkov, linux-kernel, Paul Gortmaker,
Jiri Kosina
On 02/14/2013 02:32:04 PM, Paul Gortmaker wrote:
> 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: Borislav Petkov <bp@alien8.de>
> Cc: Rob Landley <rob@landley.net>
> Cc: Jiri Kosina <trivial@kernel.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Rob Landley <rob@landley.net>
Rob
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-17 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 20:32 [PATCH] DocBook: update EXPORT_SYMBOL entry to point at export.h Paul Gortmaker
2013-02-17 22:01 ` Rob Landley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox