Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Dmitri Vorobiev and committed by
David Woodhouse
d849257c d8156adb

+1 -1
+1 -1
drivers/mtd/maps/octagon-5066.c
··· 184 184 release_region(PAGE_IO, 1); 185 185 } 186 186 187 - int __init init_oct5066(void) 187 + static int __init init_oct5066(void) 188 188 { 189 189 int i; 190 190 int ret = 0;