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

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

[MTD] Make alchemy_mtd_init function static



The symbol alchemy_mtd_init does not need to be global, so make it
static in drivers/mtd/maps/alchemy-flash.c.

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 9bd1c9da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ static struct mtd_partition alchemy_partitions[] = {

static struct mtd_info *mymtd;

int __init alchemy_mtd_init(void)
static int __init alchemy_mtd_init(void)
{
	struct mtd_partition *parts;
	int nb_parts = 0;