Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ static const char *probes[] = { "cmdlinepart", NULL };
/*
 * Initialize FLASH support
 */
int __init h720x_mtd_init(void)
static int __init h720x_mtd_init(void)
{

	char	*part_type = NULL;