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

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

[MTD] Make init_oct5066 function static



The function init_oct5066 is needlessly defined global in
drivers/mtd/maps/octagon-5066.c. Make it static.

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