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

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

[MTD] Make init_redwood_flash function static



The function init_redwood_flash is needlessly defined global,
make it static by this patch.

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 6127cfcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;