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

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

[MTD] Make init_sbc8240_mtd function static



The function init_sbc8240_mtd is not called from outside the
module drivers/mtd/maps/sbc8240.c where it is defined, so it
can become static. Add the needed keyword.

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 26eb1085
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ static struct mtd_part_def sbc8240_part_banks[NUM_FLASH_BANKS];
#endif	/* CONFIG_MTD_PARTITIONS */


int __init init_sbc8240_mtd (void)
static int __init init_sbc8240_mtd (void)
{
	static struct _cjs {
		u_long addr;