2010-01-19 21:01:56

by Hartley Sweeten

[permalink] [raw]
Subject: [PATCH] DocBook/mtdnand.tmpl: module_init() functions are static

In the example the module_init function should be static.

Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Randy Dunlap <[email protected]>

---


diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl
index 5e7d84b..60170a9 100644
--- a/Documentation/DocBook/mtdnand.tmpl
+++ b/Documentation/DocBook/mtdnand.tmpl
@@ -269,7 +269,7 @@ static void board_hwcontrol(struct mtd_info *mtd, int cmd)
information about the device.
</para>
<programlisting>
-int __init board_init (void)
+static int __init board_init (void)
{
struct nand_chip *this;
int err = 0;