diff options
Diffstat (limited to 'drivers/mtd/nand/toto.c')
-rw-r--r-- | drivers/mtd/nand/toto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/toto.c b/drivers/mtd/nand/toto.c index 24cfa9e2e02..c51c8955951 100644 --- a/drivers/mtd/nand/toto.c +++ b/drivers/mtd/nand/toto.c @@ -115,7 +115,7 @@ static void toto_hwcontrol(struct mtd_info *mtd, int cmd) /* * Main initialization routine */ -int __init toto_init(void) +static int __init toto_init(void) { struct nand_chip *this; int err = 0; |