aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/toto.c
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-16 13:54:50 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-16 13:54:50 +0100
commitcead4dbc03ba6eb2e35bac04439b76a0cc2286ce (patch)
tree7563bdedb51b496ee57f5f1b7141305d59dcddf1 /drivers/mtd/nand/toto.c
parentdrivers/mtd/devices/docprobe.c: correct #if's (diff)
downloadlinux-dev-cead4dbc03ba6eb2e35bac04439b76a0cc2286ce.tar.xz
linux-dev-cead4dbc03ba6eb2e35bac04439b76a0cc2286ce.zip
[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncs
We all inherited the same error from the original NAND board driver which got copied and changed. Fix them all at once... Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/mtd/nand/toto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/toto.c b/drivers/mtd/nand/toto.c
index 24cfa9e2e025..c51c89559514 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;