From: Randy Dunlap on
From: H Hartley Sweeten <hsweeten(a)visionengravers.com>

In the example the module_init function should be static.

Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com>
Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com>
Cc: David Woodhouse <dwmw2(a)infradead.org>
---
Documentation/DocBook/mtdnand.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-2634-docs.orig/Documentation/DocBook/mtdnand.tmpl
+++ lnx-2634-docs/Documentation/DocBook/mtdnand.tmpl
@@ -269,7 +269,7 @@ static void board_hwcontrol(struct mtd_i
information about the device.
</para>
<programlisting>
-int __init board_init (void)
+static int __init board_init (void)
{
struct nand_chip *this;
int err = 0;


--

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/