Skip to content

Commit

Permalink
[MTD] Make init_redwood_flash function static
Browse files Browse the repository at this point in the history
The function init_redwood_flash is needlessly defined global,
make it static by this patch.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Dmitri Vorobiev authored and David Woodhouse committed Dec 10, 2008
1 parent 6127cfc commit 9a2b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/redwood.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct map_info redwood_flash_map = {

static struct mtd_info *redwood_mtd;

int __init init_redwood_flash(void)
static int __init init_redwood_flash(void)
{
int err;

Expand Down

0 comments on commit 9a2b397

Please sign in to comment.