Skip to content

Commit

Permalink
[MTD] [NAND] at91_nand: Make part_probes[] static
Browse files Browse the repository at this point in the history
The part_probes[] should be static.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Jörn Engel <joern@logfs.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
atsushi-nemoto authored and dwmw2 committed Apr 22, 2008
1 parent 1ff1842 commit 52f8301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/at91_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static void at91_nand_disable(struct at91_nand_host *host)
}

#ifdef CONFIG_MTD_PARTITIONS
const char *part_probes[] = { "cmdlinepart", NULL };
static const char *part_probes[] = { "cmdlinepart", NULL };
#endif

/*
Expand Down

0 comments on commit 52f8301

Please sign in to comment.