[MTD] Make init_impa7 static

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed Dec 10 08:59:04 EST 2008


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=4f8f3af20ac5a1e58b419a98dfe76522885b5355
Commit:     4f8f3af20ac5a1e58b419a98dfe76522885b5355
Parent:     9a2b3974ef3aff7994e802f07fcebe3d8e7a936d
Author:     Dmitri Vorobiev <dmitri.vorobiev at movial.fi>
AuthorDate: Tue Nov 25 02:54:59 2008 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Wed Dec 10 13:01:32 2008 +0000

    [MTD] Make init_impa7 static
    
    The function init_impa7 does not need to be global, and
    this patch makes it static by adding the needed keyword
    to drivers/mtd/maps/impa7.c.
    
    Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev at movial.fi>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/maps/impa7.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/maps/impa7.c b/drivers/mtd/maps/impa7.c
index 2682ab5..998a27d 100644
--- a/drivers/mtd/maps/impa7.c
+++ b/drivers/mtd/maps/impa7.c
@@ -70,7 +70,7 @@ static struct mtd_partition *mtd_parts[NUM_FLASHBANKS];
 
 static const char *probes[] = { "cmdlinepart", NULL };
 
-int __init init_impa7(void)
+static int __init init_impa7(void)
 {
 	static const char *rom_probe_types[] = PROBETYPES;
 	const char **type;



More information about the linux-mtd-cvs mailing list