Commit 2257594f authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by David Woodhouse

[MTD] Make h720x_mtd_init function static

The function h720x_mtd_init is not used outside of the file
drivers/mtd/maps/h720x-flash.c and can therefore become static.
This patch adds the necessary keyword.
Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 9cdd52fa
...@@ -65,7 +65,7 @@ static const char *probes[] = { "cmdlinepart", NULL }; ...@@ -65,7 +65,7 @@ static const char *probes[] = { "cmdlinepart", NULL };
/* /*
* Initialize FLASH support * Initialize FLASH support
*/ */
int __init h720x_mtd_init(void) static int __init h720x_mtd_init(void)
{ {
char *part_type = NULL; char *part_type = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment