From: Randy Dunlap on 23 May 2010 20:10 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/
|
Pages: 1 Prev: [GIT PULL] [UPDATED] genesis updates for 2.6.35-rc1 Next: nouveau: fix acpi_lid_open undefined |