Skip to content

Commit

Permalink
[MTD] Make init_oct5066 function static
Browse files Browse the repository at this point in the history
The function init_oct5066 is needlessly defined global in
drivers/mtd/maps/octagon-5066.c. Make it static.

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 d8156ad commit d849257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/octagon-5066.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void cleanup_oct5066(void)
release_region(PAGE_IO, 1);
}

int __init init_oct5066(void)
static int __init init_oct5066(void)
{
int i;
int ret = 0;
Expand Down

0 comments on commit d849257

Please sign in to comment.