From 00557206ef44fd1e9a1d2159d1cd09eea9bfec41 Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Tue, 25 Nov 2008 02:54:56 +0200 Subject: [PATCH] --- yaml --- r: 128132 b: refs/heads/master c: d8156adb7a2b820b49c8fbb106c2e53160ea88ac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mtd/maps/edb7312.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2bf4724fa264..8408111f39ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d240325b3f7310c5ffc7c5d15e3093462b4cada +refs/heads/master: d8156adb7a2b820b49c8fbb106c2e53160ea88ac diff --git a/trunk/drivers/mtd/maps/edb7312.c b/trunk/drivers/mtd/maps/edb7312.c index 9433738c1664..be9e90b44587 100644 --- a/trunk/drivers/mtd/maps/edb7312.c +++ b/trunk/drivers/mtd/maps/edb7312.c @@ -71,7 +71,7 @@ static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; static int mtd_parts_nb = 0; static struct mtd_partition *mtd_parts = 0; -int __init init_edb7312nor(void) +static int __init init_edb7312nor(void) { static const char *rom_probe_types[] = PROBETYPES; const char **type;